#42A778

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

Shades of Ocean Green #42A778

Tints of Ocean Green #42A778

Color information

#42A778 (or 0x42A778) is unknown color: approx Ocean Green. HEX triplet: 42, A7 and 78. RGB value is (66,167,120). Sum of RGB (Red+Green+Blue) = 66+167+120=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #42A778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A778 is #BD5887. Grayscale: #838383. Windows color (decimal): -12408968 or 7907138. OLE color: 7907138.

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

Color convert

RGB66167120-
CMYK0.6000.280.35
HSL152.08º43.35%45.69%-
HSV(B)152.08º60.48%65.49%-
XYZ19.4630.1522.56-
YUV131.44121.5481.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=18.70%
G=47.31%
B=33.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671200.6000.280.35152.0843.3545.69
Hex42A7783C01C23982b2e
Octal10224717074034432305356
Binary100001010100111111100011110001110010001110011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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