#48541E

Color #48541E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #48541E

Tints of Verdun Green #48541E

Color information

#48541E (or 0x48541E) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 1E. RGB value is (72,84,30). Sum of RGB (Red+Green+Blue) = 72+84+30=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #48541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541E is #B7ABE1. Grayscale: #4A4A4A. Windows color (decimal): -12037090 or 1987656. OLE color: 1987656.

HSL color Cylindrical-coordinate representation of color #48541E: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48541E is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB728430-
CMYK0.1400.640.67
HSL73.33º47.37%22.35%-
HSV(B)73.33º64.29%32.94%-
XYZ6.087.812.42-
YUV74.26103.02126.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=38.71%
G=45.16%
B=16.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284300.1400.640.6773.3347.3722.35
Hex48541EE04043492f16
Octal110124361601001031115726
Binary10010001010100111101110010000001000011100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48541E;
 }
 .AnyTagClassName
 {
   color: #48541E;
 }
</style>
background-color css

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

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

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

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

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

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