Html Css Color HEX #48561E Verdun Green

📋 copy color: '#48561E'

red 72 ◦ green 86 ◦ blue 30

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

Shades of Verdun Green #48561E

Tints of Verdun Green #48561E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.74%

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

R = 38.3%
G = 45.74%
B = 15.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#48561E (or 0x48561E) is known color: Verdun Green. HEX triplet: 48, 56 and 1E. RGB value is (72,86,30). Sum of RGB (Red+Green+Blue) = 72+86+30=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #48561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561E is #B7A9E1. Grayscale: #4B4B4B. Windows color (decimal): -12036578 or 1988168. OLE color: 1988168.

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

Color convert

RGB 72 86 30 -
CMYK 0.16 0 0.65 0.66
HSL 75º 0.48% 0.23% -
HSV(B) 75º 0.65% 0.34% -
XYZ 6.23 8.13 2.47 -
YUV 75.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 72 86 30 0.16 0 0.65 0.66 75 0.48 0.23
Hex 48 56 1E 10 0 41 42 4B 30 17
Octal 110 126 36 20 0 101 102 113 60 27
Binary 1001000 1010110 11110 10000 0 1000001 1000010 1001011 110000 10111

Color Harmonies of #48561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48561E

Black with #48561E

Text Example


Text Example

White with #48561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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