#49956C

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

Shades of Ocean Green #49956C

Tints of Ocean Green #49956C

Color information

#49956C (or 0x49956C) is unknown color: approx Ocean Green. HEX triplet: 49, 95 and 6C. RGB value is (73,149,108). Sum of RGB (Red+Green+Blue) = 73+149+108=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #49956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49956C is #B66A93. Grayscale: #797979. Windows color (decimal): -11954836 or 7116105. OLE color: 7116105.

HSL color Cylindrical-coordinate representation of color #49956C: hue angle of 147.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49956C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB73149108-
CMYK0.5100.280.42
HSL147.63º34.23%43.53%-
HSV(B)147.63º51.01%58.43%-
XYZ16.223.9917.96-
YUV121.6120.3293.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=22.12%
G=45.15%
B=32.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491080.5100.280.42147.6334.2343.53
Hex49956C3301C2A94222c
Octal11122515463034522244254
Binary100100110010101110110011001101110010101010010100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49956C; }

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

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

<style>
 a { background-color: #49956C; }

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

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

<style>
 span { border-color: #49956C; }

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

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