#49936B

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

Shades of Ocean Green #49936B

Tints of Ocean Green #49936B

Color information

#49936B (or 0x49936B) is unknown color: approx Ocean Green. HEX triplet: 49, 93 and 6B. RGB value is (73,147,107). Sum of RGB (Red+Green+Blue) = 73+147+107=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #49936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49936B is #B66C94. Grayscale: #787878. Windows color (decimal): -11955349 or 7050057. OLE color: 7050057.

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

Color convert

RGB73147107-
CMYK0.5000.270.42
HSL147.57º33.64%43.14%-
HSV(B)147.57º50.34%57.65%-
XYZ15.8423.3517.58-
YUV120.31120.4894.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=22.32%
G=44.95%
B=32.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471070.5000.270.42147.5733.6443.14
Hex49936B3201B2A94222b
Octal11122315362033522244253
Binary100100110010011110101111001001101110101010010100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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