Html Css Color HEX #49581F Verdun Green

📋 copy color: '#49581F'

red 73 ◦ green 88 ◦ blue 31

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

Shades of Verdun Green #49581F

Tints of Verdun Green #49581F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 38.02%
G = 45.83%
B = 16.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#49581F (or 0x49581F) is known color: Verdun Green. HEX triplet: 49, 58 and 1F. RGB value is (73,88,31). Sum of RGB (Red+Green+Blue) = 73+88+31=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #49581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581F is #B6A7E0. Grayscale: #4D4D4D. Windows color (decimal): -11970529 or 2054217. OLE color: 2054217.

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

Color convert

RGB 73 88 31 -
CMYK 0.17 0 0.65 0.65
HSL 75.79º 0.48% 0.23% -
HSV(B) 75.79º 0.65% 0.35% -
XYZ 6.48 8.49 2.59 -
YUV 77.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 73 88 31 0.17 0 0.65 0.65 75.79 0.48 0.23
Hex 49 58 1F 11 0 41 41 4C 30 17
Octal 111 130 37 21 0 101 101 114 60 27
Binary 1001001 1011000 11111 10001 0 1000001 1000001 1001100 110000 10111

Color Harmonies of #49581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49581F

Black with #49581F

Text Example


Text Example

White with #49581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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