Html Css Color HEX #48591F Verdun Green

📋 copy color: '#48591F'

red 72 ◦ green 89 ◦ blue 31

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

Shades of Verdun Green #48591F

Tints of Verdun Green #48591F

RGB

 RED value IS 72 (28.52% from 255) = 37.5%

 GREEN value IS 89 (35.16% from 255) = 46.35%

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

R = 37.5%
G = 46.35%
B = 16.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#48591F (or 0x48591F) is known color: Verdun Green. HEX triplet: 48, 59 and 1F. RGB value is (72,89,31). Sum of RGB (Red+Green+Blue) = 72+89+31=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #48591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48591F is #B7A6E0. Grayscale: #4D4D4D. Windows color (decimal): -12035809 or 2054472. OLE color: 2054472.

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

Color convert

RGB 72 89 31 -
CMYK 0.19 0 0.65 0.65
HSL 77.59º 0.48% 0.24% -
HSV(B) 77.59º 0.65% 0.35% -
XYZ 6.49 8.62 2.62 -
YUV 77.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 72 89 31 0.19 0 0.65 0.65 77.59 0.48 0.24
Hex 48 59 1F 13 0 41 41 4E 30 18
Octal 110 131 37 23 0 101 101 116 60 30
Binary 1001000 1011001 11111 10011 0 1000001 1000001 1001110 110000 11000

Color Harmonies of #48591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48591F

Black with #48591F

Text Example


Text Example

White with #48591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,89,31); }

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

background-color css

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

 a { background-color: rgb(72,89,31); }

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

border-color css

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

 span { border-color: rgb(72,89,31); }

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