Html Css Color HEX #49590B Verdun Green

📋 copy color: '#49590B'

red 73 ◦ green 89 ◦ blue 11

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

Shades of Verdun Green #49590B

Tints of Verdun Green #49590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.45%

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 42.2%
G = 51.45%
B = 6.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#49590B (or 0x49590B) is known color: Verdun Green. HEX triplet: 49, 59 and 0B. RGB value is (73,89,11). Sum of RGB (Red+Green+Blue) = 73+89+11=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #49590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49590B is #B6A6F4. Grayscale: #4B4B4B. Windows color (decimal): -11970293 or 743753. OLE color: 743753.

HSL color Cylindrical-coordinate representation of color #49590B: hue angle of 72.31º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49590B is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 11 -
CMYK 0.18 0 0.88 0.65
HSL 72.31º 0.78% 0.2% -
HSV(B) 72.31º 0.88% 0.35% -
XYZ 6.38 8.59 1.64 -
YUV 75.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 73 89 11 0.18 0 0.88 0.65 72.31 0.78 0.2
Hex 49 59 B 12 0 58 41 48 4E 14
Octal 111 131 13 22 0 130 101 110 116 24
Binary 1001001 1011001 1011 10010 0 1011000 1000001 1001000 1001110 10100

Color Harmonies of #49590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49590B

Black with #49590B

Text Example


Text Example

White with #49590B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,89,11); }

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

background-color css

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

 a { background-color: rgb(73,89,11); }

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

border-color css

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

 span { border-color: rgb(73,89,11); }

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