Html Css Color HEX #49996B Ocean Green

📋 copy color: '#49996B'

red 73 ◦ green 153 ◦ blue 107

#49996B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #49996B

Tints of Ocean Green #49996B

RGB

 RED value IS 73 (28.91% from 255) = 21.92%

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 21.92%
G = 45.95%
B = 32.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#49996B (or 0x49996B) is known color: Ocean Green. HEX triplet: 49, 99 and 6B. RGB value is (73,153,107). Sum of RGB (Red+Green+Blue) = 73+153+107=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #49996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49996B is #B66694. Grayscale: #7B7B7B. Windows color (decimal): -11953813 or 7051593. OLE color: 7051593.

HSL color Cylindrical-coordinate representation of color #49996B: hue angle of 145.5º 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 #49996B is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 107 -
CMYK 0.52 0 0.30 0.4
HSL 145.5º 0.35% 0.44% -
HSV(B) 145.5º 0.52% 0.6% -
XYZ 16.79 25.26 17.9 -
YUV 123.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 73 153 107 0.52 0 0.30 0.4 145.5 0.35 0.44
Hex 49 99 6B 34 0 1E 28 92 23 2C
Octal 111 231 153 64 0 36 50 222 43 54
Binary 1001001 10011001 1101011 110100 0 11110 101000 10010010 100011 101100

Color Harmonies of #49996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49996B

Black with #49996B

Text Example


Text Example

White with #49996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49996B;
 }
 .AnyTagClassName
 {
   color: #49996B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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