#42A66A

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

Shades of Ocean Green #42A66A

Tints of Ocean Green #42A66A

Color information

#42A66A (or 0x42A66A) is unknown color: approx Ocean Green. HEX triplet: 42, A6 and 6A. RGB value is (66,166,106). Sum of RGB (Red+Green+Blue) = 66+166+106=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #42A66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A66A is #BD5995. Grayscale: #818181. Windows color (decimal): -12409238 or 6989378. OLE color: 6989378.

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

Color convert

RGB66166106-
CMYK0.6000.360.35
HSL144º43.1%45.49%-
HSV(B)144º60.24%65.1%-
XYZ18.4829.4718.35-
YUV129.26114.8782.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=19.53%
G=49.11%
B=31.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661661060.6000.360.3514443.145.49
Hex42A66A3C02423902b2d
Octal10224615274044432205355
Binary1000010101001101101010111100010010010001110010000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,166,106); }

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

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

 a { background-color: rgb(66,166,106); }

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

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

 span { border-color: rgb(66,166,106); }

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