Html Css Color HEX #49550B Verdun Green

📋 copy color: '#49550B'

red 73 ◦ green 85 ◦ blue 11

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

Shades of Verdun Green #49550B

Tints of Verdun Green #49550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.3%

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

R = 43.2%
G = 50.3%
B = 6.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#49550B (or 0x49550B) is known color: Verdun Green. HEX triplet: 49, 55 and 0B. RGB value is (73,85,11). Sum of RGB (Red+Green+Blue) = 73+85+11=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #49550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49550B is #B6AAF4. Grayscale: #494949. Windows color (decimal): -11971317 or 742729. OLE color: 742729.

HSL color Cylindrical-coordinate representation of color #49550B: hue angle of 69.73º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49550B is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 11 -
CMYK 0.14 0 0.87 0.67
HSL 69.73º 0.77% 0.19% -
HSV(B) 69.73º 0.87% 0.33% -
XYZ 6.06 7.94 1.53 -
YUV 72.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 73 85 11 0.14 0 0.87 0.67 69.73 0.77 0.19
Hex 49 55 B E 0 57 43 46 4D 13
Octal 111 125 13 16 0 127 103 106 115 23
Binary 1001001 1010101 1011 1110 0 1010111 1000011 1000110 1001101 10011

Color Harmonies of #49550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49550B

Black with #49550B

Text Example


Text Example

White with #49550B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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