Html Css Color HEX #48551E Verdun Green

📋 copy color: '#48551E'

red 72 ◦ green 85 ◦ blue 30

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

Shades of Verdun Green #48551E

Tints of Verdun Green #48551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 38.5%
G = 45.45%
B = 16.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#48551E (or 0x48551E) is known color: Verdun Green. HEX triplet: 48, 55 and 1E. RGB value is (72,85,30). Sum of RGB (Red+Green+Blue) = 72+85+30=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #48551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551E is #B7AAE1. Grayscale: #4B4B4B. Windows color (decimal): -12036834 or 1987912. OLE color: 1987912.

HSL color Cylindrical-coordinate representation of color #48551E: hue angle of 74.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48551E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 30 -
CMYK 0.15 0 0.65 0.67
HSL 74.18º 0.48% 0.23% -
HSV(B) 74.18º 0.65% 0.33% -
XYZ 6.16 7.97 2.44 -
YUV 74.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 72 85 30 0.15 0 0.65 0.67 74.18 0.48 0.23
Hex 48 55 1E F 0 41 43 4A 30 17
Octal 110 125 36 17 0 101 103 112 60 27
Binary 1001000 1010101 11110 1111 0 1000001 1000011 1001010 110000 10111

Color Harmonies of #48551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48551E

Black with #48551E

Text Example


Text Example

White with #48551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48551E; }

 p { color: rgb(72,85,30); }

 H1.HeaderClassName
 {
   color: #48551E;
 }
 .AnyTagClassName
 {
   color: #48551E;
 }
</style>

background-color css

<style>
 a { background-color: #48551E; }

 a { background-color: rgb(72,85,30); }

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

border-color css

<style>
 span { border-color: #48551E; }

 span { border-color: rgb(72,85,30); }

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