#42A477

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

Shades of Ocean Green #42A477

Tints of Ocean Green #42A477

Color information

#42A477 (or 0x42A477) is unknown color: approx Ocean Green. HEX triplet: 42, A4 and 77. RGB value is (66,164,119). Sum of RGB (Red+Green+Blue) = 66+164+119=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #42A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A477 is #BD5B88. Grayscale: #818181. Windows color (decimal): -12409737 or 7840834. OLE color: 7840834.

HSL color Cylindrical-coordinate representation of color #42A477: hue angle of 152.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A477 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB66164119-
CMYK0.6000.270.36
HSL152.45º42.61%45.1%-
HSV(B)152.45º59.76%64.31%-
XYZ18.8529.0422.06-
YUV129.57122.0382.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=18.91%
G=46.99%
B=34.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641190.6000.270.36152.4542.6145.1
Hex42A4773C01B24982b2d
Octal10224416774033442305355
Binary100001010100100111011111110001101110010010011000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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