Html Css Color HEX #49581D Verdun Green

📋 copy color: '#49581D'

red 73 ◦ green 88 ◦ blue 29

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

Shades of Verdun Green #49581D

Tints of Verdun Green #49581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 38.42%
G = 46.32%
B = 15.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#49581D (or 0x49581D) is known color: Verdun Green. HEX triplet: 49, 58 and 1D. RGB value is (73,88,29). Sum of RGB (Red+Green+Blue) = 73+88+29=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #49581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581D is #B6A7E2. Grayscale: #4D4D4D. Windows color (decimal): -11970531 or 1923145. OLE color: 1923145.

HSL color Cylindrical-coordinate representation of color #49581D: hue angle of 75.25º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49581D is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 29 -
CMYK 0.17 0 0.67 0.65
HSL 75.25º 0.5% 0.23% -
HSV(B) 75.25º 0.67% 0.35% -
XYZ 6.46 8.48 2.46 -
YUV 76.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 73 88 29 0.17 0 0.67 0.65 75.25 0.5 0.23
Hex 49 58 1D 11 0 43 41 4B 32 17
Octal 111 130 35 21 0 103 101 113 62 27
Binary 1001001 1011000 11101 10001 0 1000011 1000001 1001011 110010 10111

Color Harmonies of #49581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49581D

Black with #49581D

Text Example


Text Example

White with #49581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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