#42A579

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

Shades of Ocean Green #42A579

Tints of Ocean Green #42A579

Color information

#42A579 (or 0x42A579) is unknown color: approx Ocean Green. HEX triplet: 42, A5 and 79. RGB value is (66,165,121). Sum of RGB (Red+Green+Blue) = 66+165+121=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #42A579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A579 is #BD5A86. Grayscale: #828282. Windows color (decimal): -12409479 or 7972162. OLE color: 7972162.

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

Color convert

RGB66165121-
CMYK0.6000.270.35
HSL153.33º42.86%45.29%-
HSV(B)153.33º60%64.71%-
XYZ19.1529.4522.76-
YUV130.38122.782.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=18.75%
G=46.88%
B=34.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651210.6000.270.35153.3342.8645.29
Hex42A5793C01B23992b2d
Octal10224517174033432315355
Binary100001010100101111100111110001101110001110011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,121); }

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

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

 a { background-color: rgb(66,165,121); }

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

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

 span { border-color: rgb(66,165,121); }

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