#42A572

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

Shades of Ocean Green #42A572

Tints of Ocean Green #42A572

Color information

#42A572 (or 0x42A572) is unknown color: approx Ocean Green. HEX triplet: 42, A5 and 72. RGB value is (66,165,114). Sum of RGB (Red+Green+Blue) = 66+165+114=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #42A572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A572 is #BD5A8D. Grayscale: #818181. Windows color (decimal): -12409486 or 7513410. OLE color: 7513410.

HSL color Cylindrical-coordinate representation of color #42A572: hue angle of 149.09º 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 #42A572 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB66165114-
CMYK0.6000.310.35
HSL149.09º42.86%45.29%-
HSV(B)149.09º60%64.71%-
XYZ18.7429.2820.58-
YUV129.58119.282.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=19.13%
G=47.83%
B=33.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651140.6000.310.35149.0942.8645.29
Hex42A5723C01F23952b2d
Octal10224516274037432255355
Binary100001010100101111001011110001111110001110010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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