#49936A

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

Shades of Ocean Green #49936A

Tints of Ocean Green #49936A

Color information

#49936A (or 0x49936A) is unknown color: approx Ocean Green. HEX triplet: 49, 93 and 6A. RGB value is (73,147,106). Sum of RGB (Red+Green+Blue) = 73+147+106=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #49936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49936A is #B66C95. Grayscale: #787878. Windows color (decimal): -11955350 or 6984521. OLE color: 6984521.

HSL color Cylindrical-coordinate representation of color #49936A: hue angle of 146.76º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49936A is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB73147106-
CMYK0.5000.280.42
HSL146.76º33.64%43.14%-
HSV(B)146.76º50.34%57.65%-
XYZ15.7823.3217.31-
YUV120.2119.9894.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=22.39%
G=45.09%
B=32.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471060.5000.280.42146.7633.6443.14
Hex49936A3201C2A93222b
Octal11122315262034522234253
Binary100100110010011110101011001001110010101010010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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