#42A571

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

Shades of Ocean Green #42A571

Tints of Ocean Green #42A571

Color information

#42A571 (or 0x42A571) is unknown color: approx Ocean Green. HEX triplet: 42, A5 and 71. RGB value is (66,165,113). Sum of RGB (Red+Green+Blue) = 66+165+113=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #42A571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A571 is #BD5A8E. Grayscale: #818181. Windows color (decimal): -12409487 or 7447874. OLE color: 7447874.

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

Color convert

RGB66165113-
CMYK0.6000.320.35
HSL148.48º42.86%45.29%-
HSV(B)148.48º60%64.71%-
XYZ18.6829.2620.29-
YUV129.47118.782.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=19.19%
G=47.97%
B=32.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651130.6000.320.35148.4842.8645.29
Hex42A5713C02023942b2d
Octal10224516174040432245355
Binary1000010101001011110001111100010000010001110010100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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