Html Css Color HEX #48591A Verdun Green

📋 copy color: '#48591A'

red 72 ◦ green 89 ◦ blue 26

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

Shades of Verdun Green #48591A

Tints of Verdun Green #48591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 38.5%
G = 47.59%
B = 13.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#48591A (or 0x48591A) is known color: Verdun Green. HEX triplet: 48, 59 and 1A. RGB value is (72,89,26). Sum of RGB (Red+Green+Blue) = 72+89+26=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #48591A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48591A is #B7A6E5. Grayscale: #4C4C4C. Windows color (decimal): -12035814 or 1726792. OLE color: 1726792.

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

Color convert

RGB 72 89 26 -
CMYK 0.19 0 0.71 0.65
HSL 76.19º 0.55% 0.23% -
HSV(B) 76.19º 0.71% 0.35% -
XYZ 6.43 8.6 2.3 -
YUV 76.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 72 89 26 0.19 0 0.71 0.65 76.19 0.55 0.23
Hex 48 59 1A 13 0 47 41 4C 37 17
Octal 110 131 32 23 0 107 101 114 67 27
Binary 1001000 1011001 11010 10011 0 1000111 1000001 1001100 110111 10111

Color Harmonies of #48591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48591A

Black with #48591A

Text Example


Text Example

White with #48591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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