#42A774

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

Shades of Ocean Green #42A774

Tints of Ocean Green #42A774

Color information

#42A774 (or 0x42A774) is unknown color: approx Ocean Green. HEX triplet: 42, A7 and 74. RGB value is (66,167,116). Sum of RGB (Red+Green+Blue) = 66+167+116=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #42A774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A774 is #BD588B. Grayscale: #838383. Windows color (decimal): -12408972 or 7644994. OLE color: 7644994.

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

Color convert

RGB66167116-
CMYK0.6000.310.35
HSL149.7º43.35%45.69%-
HSV(B)149.7º60.48%65.49%-
XYZ19.2230.0621.31-
YUV130.99119.5481.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 167 (65.62% from 255) = 47.85%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=18.91%
G=47.85%
B=33.24%

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
Decimal661671160.6000.310.35149.743.3545.69
Hex42A7743C01F23962b2e
Octal10224716474037432265356
Binary100001010100111111010011110001111110001110010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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