Html Css Color HEX #49550E Verdun Green

📋 copy color: '#49550E'

red 73 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #49550E

Tints of Verdun Green #49550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 42.44%
G = 49.42%
B = 8.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#49550E (or 0x49550E) is known color: Verdun Green. HEX triplet: 49, 55 and 0E. RGB value is (73,85,14). Sum of RGB (Red+Green+Blue) = 73+85+14=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #49550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49550E is #B6AAF1. Grayscale: #494949. Windows color (decimal): -11971314 or 939337. OLE color: 939337.

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

Color convert

RGB 73 85 14 -
CMYK 0.14 0 0.84 0.67
HSL 70.14º 0.72% 0.19% -
HSV(B) 70.14º 0.84% 0.33% -
XYZ 6.08 7.95 1.63 -
YUV 73.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 73 85 14 0.14 0 0.84 0.67 70.14 0.72 0.19
Hex 49 55 E E 0 54 43 46 48 13
Octal 111 125 16 16 0 124 103 106 110 23
Binary 1001001 1010101 1110 1110 0 1010100 1000011 1000110 1001000 10011

Color Harmonies of #49550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49550E

Black with #49550E

Text Example


Text Example

White with #49550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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