#49936E

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

Shades of Ocean Green #49936E

Tints of Ocean Green #49936E

Color information

#49936E (or 0x49936E) is unknown color: approx Ocean Green. HEX triplet: 49, 93 and 6E. RGB value is (73,147,110). Sum of RGB (Red+Green+Blue) = 73+147+110=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #49936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49936E is #B66C91. Grayscale: #787878. Windows color (decimal): -11955346 or 7246665. OLE color: 7246665.

HSL color Cylindrical-coordinate representation of color #49936E: hue angle of 150º 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 #49936E is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB73147110-
CMYK0.5000.250.42
HSL150º33.64%43.14%-
HSV(B)150º50.34%57.65%-
XYZ1623.4118.43-
YUV120.66121.9894.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=22.12%
G=44.55%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471100.5000.250.4215033.6443.14
Hex49936E320192A96222b
Octal11122315662031522264253
Binary100100110010011110111011001001100110101010010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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