Html Css Color HEX #49551D Verdun Green

📋 copy color: '#49551D'

red 73 ◦ green 85 ◦ blue 29

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

Shades of Verdun Green #49551D

Tints of Verdun Green #49551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 39.04%
G = 45.45%
B = 15.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#49551D (or 0x49551D) is known color: Verdun Green. HEX triplet: 49, 55 and 1D. RGB value is (73,85,29). Sum of RGB (Red+Green+Blue) = 73+85+29=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #49551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49551D is #B6AAE2. Grayscale: #4B4B4B. Windows color (decimal): -11971299 or 1922377. OLE color: 1922377.

HSL color Cylindrical-coordinate representation of color #49551D: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49551D is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 29 -
CMYK 0.14 0 0.66 0.67
HSL 72.86º 0.49% 0.22% -
HSV(B) 72.86º 0.66% 0.33% -
XYZ 6.22 8 2.38 -
YUV 75.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 73 85 29 0.14 0 0.66 0.67 72.86 0.49 0.22
Hex 49 55 1D E 0 42 43 49 31 16
Octal 111 125 35 16 0 102 103 111 61 26
Binary 1001001 1010101 11101 1110 0 1000010 1000011 1001001 110001 10110

Color Harmonies of #49551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49551D

Black with #49551D

Text Example


Text Example

White with #49551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49551D; }

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

 H1.HeaderClassName
 {
   color: #49551D;
 }
 .AnyTagClassName
 {
   color: #49551D;
 }
</style>

background-color css

<style>
 a { background-color: #49551D; }

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

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

border-color css

<style>
 span { border-color: #49551D; }

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

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