#49966A

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

Shades of Ocean Green #49966A

Tints of Ocean Green #49966A

Color information

#49966A (or 0x49966A) is unknown color: approx Ocean Green. HEX triplet: 49, 96 and 6A. RGB value is (73,150,106). Sum of RGB (Red+Green+Blue) = 73+150+106=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #49966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49966A is #B66995. Grayscale: #7A7A7A. Windows color (decimal): -11954582 or 6985289. OLE color: 6985289.

HSL color Cylindrical-coordinate representation of color #49966A: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49966A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB73150106-
CMYK0.5100.290.41
HSL145.71º34.53%43.73%-
HSV(B)145.71º51.33%58.82%-
XYZ16.2624.2717.46-
YUV121.96118.9993.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=22.19%
G=45.59%
B=32.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501060.5100.290.41145.7134.5343.73
Hex49966A3301D2992232c
Octal11122615263035512224354
Binary100100110010110110101011001101110110100110010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49966A; }

 p { color: rgb(73,150,106); }

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

<style>
 a { background-color: #49966A; }

 a { background-color: rgb(73,150,106); }

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

<style>
 span { border-color: #49966A; }

 span { border-color: rgb(73,150,106); }

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