#49A169

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

Shades of Ocean Green #49A169

Tints of Ocean Green #49A169

Color information

#49A169 (or 0x49A169) is unknown color: approx Ocean Green. HEX triplet: 49, A1 and 69. RGB value is (73,161,105). Sum of RGB (Red+Green+Blue) = 73+161+105=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #49A169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A169 is #B65E96. Grayscale: #808080. Windows color (decimal): -11951767 or 6922569. OLE color: 6922569.

HSL color Cylindrical-coordinate representation of color #49A169: hue angle of 141.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A169 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB73161105-
CMYK0.5500.350.37
HSL141.82º37.61%45.88%-
HSV(B)141.82º54.66%63.14%-
XYZ18.0427.9317.8-
YUV128.3114.8588.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=21.53%
G=47.49%
B=30.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611050.5500.350.37141.8237.6145.88
Hex49A16937023258e262e
Octal11124115167043452164656
Binary1001001101000011101001110111010001110010110001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,105); }

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

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

 a { background-color: rgb(73,161,105); }

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

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

 span { border-color: rgb(73,161,105); }

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