#49A870

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

Shades of Ocean Green #49A870

Tints of Ocean Green #49A870

Color information

#49A870 (or 0x49A870) is unknown color: approx Ocean Green. HEX triplet: 49, A8 and 70. RGB value is (73,168,112). Sum of RGB (Red+Green+Blue) = 73+168+112=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #49A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A870 is #B6578F. Grayscale: #858585. Windows color (decimal): -11949968 or 7383113. OLE color: 7383113.

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

Color convert

RGB73168112-
CMYK0.5700.330.34
HSL144.63º39.42%47.25%-
HSV(B)144.63º56.55%65.88%-
XYZ19.6730.5920.2-
YUV133.21116.0385.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 168 (66.02% from 255) = 47.59%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=20.68%
G=47.59%
B=31.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal731681120.5700.330.34144.6339.4247.25
Hex49A870390212291272f
Octal11125016071041422214757
Binary1001001101010001110000111001010000110001010010001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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