#49A168

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

Shades of Ocean Green #49A168

Tints of Ocean Green #49A168

Color information

#49A168 (or 0x49A168) is unknown color: approx Ocean Green. HEX triplet: 49, A1 and 68. RGB value is (73,161,104). Sum of RGB (Red+Green+Blue) = 73+161+104=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #49A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A168 is #B65E97. Grayscale: #808080. Windows color (decimal): -11951768 or 6857033. OLE color: 6857033.

HSL color Cylindrical-coordinate representation of color #49A168: hue angle of 141.14º 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 #49A168 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB73161104-
CMYK0.5500.350.37
HSL141.14º37.61%45.88%-
HSV(B)141.14º54.66%63.14%-
XYZ17.9927.9117.53-
YUV128.19114.3588.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=21.60%
G=47.63%
B=30.77%

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
Decimal731611040.5500.350.37141.1437.6145.88
Hex49A16837023258d262e
Octal11124115067043452154656
Binary1001001101000011101000110111010001110010110001101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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