#45A477

Color #45A477 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #45A477

Tints of Ocean Green #45A477

Color information

#45A477 (or 0x45A477) is unknown color: approx Ocean Green. HEX triplet: 45, A4 and 77. RGB value is (69,164,119). Sum of RGB (Red+Green+Blue) = 69+164+119=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #45A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A477 is #BA5B88. Grayscale: #828282. Windows color (decimal): -12213129 or 7840837. OLE color: 7840837.

HSL color Cylindrical-coordinate representation of color #45A477: hue angle of 151.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A477 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB69164119-
CMYK0.5800.270.36
HSL151.58º40.77%45.69%-
HSV(B)151.58º57.93%64.31%-
XYZ19.0629.1522.07-
YUV130.46121.5384.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=19.60%
G=46.59%
B=33.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641190.5800.270.36151.5840.7745.69
Hex45A4773A01B2498292e
Octal10524416772033442305156
Binary100010110100100111011111101001101110010010011000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A477; }

 p { color: rgb(69,164,119); }

 H1.HeaderClassName
 {
   color: #45A477;
 }
 .AnyTagClassName
 {
   color: #45A477;
 }
</style>
background-color css

<style>
 a { background-color: #45A477; }

 a { background-color: rgb(69,164,119); }

 div.DivClassName
 {
   background-color: #45A477;
 }
 .BgClassName
 {
   background-color: #45A477;
 }
</style>
border-color css

<style>
 span { border-color: #45A477; }

 span { border-color: rgb(69,164,119); }

 td.TdClassName
 {
   border-color: #45A477;
 }
 .TagClassName
 {
   border-color: #45A477;
 }
</style>