#49a670

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

Shades of Ocean Green #49A670

Tints of Ocean Green #49A670

Color information

#49A670 (or 0x49A670) is unknown color: approx Ocean Green. HEX triplet: 49, A6 and 70. RGB value is (73,166,112). Sum of RGB (Red+Green+Blue) = 73+166+112=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #49A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A670 is #B6598F. Grayscale: #848484. Windows color (decimal): -11950480 or 7382601. OLE color: 7382601.

HSL color Cylindrical-coordinate representation of color #49A670: hue angle of 145.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A670 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB73166112-
CMYK0.5600.330.35
HSL145.16º38.91%46.86%-
HSV(B)145.16º56.02%65.1%-
XYZ19.3129.8620.07-
YUV132.04116.6985.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=20.80%
G=47.29%
B=31.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661120.5600.330.35145.1638.9146.86
Hex49A670380212391272f
Octal11124616070041432214757
Binary1001001101001101110000111000010000110001110010001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49a670; }

 p { color: rgb(73,166,112); }

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

<style>
 a { background-color: #49a670; }

 a { background-color: rgb(73,166,112); }

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

<style>
 span { border-color: #49a670; }

 span { border-color: rgb(73,166,112); }

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