#42A578

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

Shades of Ocean Green #42A578

Tints of Ocean Green #42A578

Color information

#42A578 (or 0x42A578) is unknown color: approx Ocean Green. HEX triplet: 42, A5 and 78. RGB value is (66,165,120). Sum of RGB (Red+Green+Blue) = 66+165+120=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #42A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A578 is #BD5A87. Grayscale: #828282. Windows color (decimal): -12409480 or 7906626. OLE color: 7906626.

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

Color convert

RGB66165120-
CMYK0.6000.270.35
HSL152.73º42.86%45.29%-
HSV(B)152.73º60%64.71%-
XYZ19.0929.4222.44-
YUV130.27122.282.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=18.80%
G=47.01%
B=34.19%

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
Decimal661651200.6000.270.35152.7342.8645.29
Hex42A5783C01B23992b2d
Octal10224517074033432315355
Binary100001010100101111100011110001101110001110011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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