#48541C

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

Shades of Verdun Green #48541C

Tints of Verdun Green #48541C

Color information

#48541C (or 0x48541C) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 1C. RGB value is (72,84,28). Sum of RGB (Red+Green+Blue) = 72+84+28=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #48541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541C is #B7ABE3. Grayscale: #4A4A4A. Windows color (decimal): -12037092 or 1856584. OLE color: 1856584.

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

Color convert

RGB728428-
CMYK0.1400.670.67
HSL72.86º50%21.96%-
HSV(B)72.86º66.67%32.94%-
XYZ6.057.82.29-
YUV74.03102.02126.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=39.13%
G=45.65%
B=15.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284280.1400.670.6772.865021.96
Hex48541CE04343493216
Octal110124341601031031116226
Binary10010001010100111001110010000111000011100100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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