#49996C

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

Shades of Ocean Green #49996C

Tints of Ocean Green #49996C

Color information

#49996C (or 0x49996C) is unknown color: approx Ocean Green. HEX triplet: 49, 99 and 6C. RGB value is (73,153,108). Sum of RGB (Red+Green+Blue) = 73+153+108=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #49996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49996C is #B66693. Grayscale: #7C7C7C. Windows color (decimal): -11953812 or 7117129. OLE color: 7117129.

HSL color Cylindrical-coordinate representation of color #49996C: hue angle of 146.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49996C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB73153108-
CMYK0.5200.290.4
HSL146.25º35.4%44.31%-
HSV(B)146.25º52.29%60%-
XYZ16.8525.2818.18-
YUV123.9511991.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=21.86%
G=45.81%
B=32.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731531080.5200.290.4146.2535.444.31
Hex49996C3401D2892232c
Octal11123115464035502224354
Binary100100110011001110110011010001110110100010010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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