#48541A

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

Shades of Verdun Green #48541A

Tints of Verdun Green #48541A

Color information

#48541A (or 0x48541A) is unknown color: approx Verdun Green. HEX triplet: 48, 54 and 1A. RGB value is (72,84,26). Sum of RGB (Red+Green+Blue) = 72+84+26=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #48541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541A is #B7ABE5. Grayscale: #4A4A4A. Windows color (decimal): -12037094 or 1725512. OLE color: 1725512.

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

Color convert

RGB728426-
CMYK0.1400.690.67
HSL72.41º52.73%21.57%-
HSV(B)72.41º69.05%32.94%-
XYZ6.037.792.16-
YUV73.8101.02126.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=39.56%
G=46.15%
B=14.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284260.1400.690.6772.4152.7321.57
Hex48541AE04543483516
Octal110124321601051031106526
Binary10010001010100110101110010001011000011100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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