#49A16C

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

Shades of Ocean Green #49A16C

Tints of Ocean Green #49A16C

Color information

#49A16C (or 0x49A16C) is unknown color: approx Ocean Green. HEX triplet: 49, A1 and 6C. RGB value is (73,161,108). Sum of RGB (Red+Green+Blue) = 73+161+108=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #49A16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A16C is #B65E93. Grayscale: #808080. Windows color (decimal): -11951764 or 7119177. OLE color: 7119177.

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

Color convert

RGB73161108-
CMYK0.5500.330.37
HSL143.86º37.61%45.88%-
HSV(B)143.86º54.66%63.14%-
XYZ18.227.9918.63-
YUV128.65116.3588.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=21.35%
G=47.08%
B=31.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611080.5500.330.37143.8637.6145.88
Hex49A16C370212590262e
Octal11124115467041452204656
Binary1001001101000011101100110111010000110010110010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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