#42A46D

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

Shades of Ocean Green #42A46D

Tints of Ocean Green #42A46D

Color information

#42A46D (or 0x42A46D) is unknown color: approx Ocean Green. HEX triplet: 42, A4 and 6D. RGB value is (66,164,109). Sum of RGB (Red+Green+Blue) = 66+164+109=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #42A46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A46D is #BD5B92. Grayscale: #808080. Windows color (decimal): -12409747 or 7185474. OLE color: 7185474.

HSL color Cylindrical-coordinate representation of color #42A46D: hue angle of 146.33º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A46D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB66164109-
CMYK0.6000.340.36
HSL146.33º42.61%45.1%-
HSV(B)146.33º59.76%64.31%-
XYZ18.2828.8119.07-
YUV128.43117.0383.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=19.47%
G=48.38%
B=32.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641090.6000.340.36146.3342.6145.1
Hex42A46D3C02224922b2d
Octal10224415574042442225355
Binary1000010101001001101101111100010001010010010010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,109); }

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

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

 a { background-color: rgb(66,164,109); }

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

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

 span { border-color: rgb(66,164,109); }

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