Html Css Color HEX #48591C Verdun Green

📋 copy color: '#48591C'

red 72 ◦ green 89 ◦ blue 28

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

Shades of Verdun Green #48591C

Tints of Verdun Green #48591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 38.1%
G = 47.09%
B = 14.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#48591C (or 0x48591C) is known color: Verdun Green. HEX triplet: 48, 59 and 1C. RGB value is (72,89,28). Sum of RGB (Red+Green+Blue) = 72+89+28=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #48591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48591C is #B7A6E3. Grayscale: #4D4D4D. Windows color (decimal): -12035812 or 1857864. OLE color: 1857864.

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

Color convert

RGB 72 89 28 -
CMYK 0.19 0 0.69 0.65
HSL 76.72º 0.52% 0.23% -
HSV(B) 76.72º 0.69% 0.35% -
XYZ 6.45 8.61 2.42 -
YUV 76.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 72 89 28 0.19 0 0.69 0.65 76.72 0.52 0.23
Hex 48 59 1C 13 0 45 41 4D 34 17
Octal 110 131 34 23 0 105 101 115 64 27
Binary 1001000 1011001 11100 10011 0 1000101 1000001 1001101 110100 10111

Color Harmonies of #48591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48591C

Black with #48591C

Text Example


Text Example

White with #48591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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