Html Css Color HEX #48591D Verdun Green

📋 copy color: '#48591D'

red 72 ◦ green 89 ◦ blue 29

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

Shades of Verdun Green #48591D

Tints of Verdun Green #48591D

RGB

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

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

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

R = 37.89%
G = 46.84%
B = 15.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#48591D (or 0x48591D) is known color: Verdun Green. HEX triplet: 48, 59 and 1D. RGB value is (72,89,29). Sum of RGB (Red+Green+Blue) = 72+89+29=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #48591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48591D is #B7A6E2. Grayscale: #4D4D4D. Windows color (decimal): -12035811 or 1923400. OLE color: 1923400.

HSL color Cylindrical-coordinate representation of color #48591D: hue angle of 77º degrees, saturation: 0.51, 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 #48591D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 29 -
CMYK 0.19 0 0.67 0.65
HSL 77º 0.51% 0.23% -
HSV(B) 77º 0.67% 0.35% -
XYZ 6.47 8.61 2.48 -
YUV 77.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 72 89 29 0.19 0 0.67 0.65 77 0.51 0.23
Hex 48 59 1D 13 0 43 41 4D 33 17
Octal 110 131 35 23 0 103 101 115 63 27
Binary 1001000 1011001 11101 10011 0 1000011 1000001 1001101 110011 10111

Color Harmonies of #48591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48591D

Black with #48591D

Text Example


Text Example

White with #48591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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