#48531B

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

Shades of Verdun Green #48531B

Tints of Verdun Green #48531B

Color information

#48531B (or 0x48531B) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 1B. RGB value is (72,83,27). Sum of RGB (Red+Green+Blue) = 72+83+27=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #48531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48531B is #B7ACE4. Grayscale: #494949. Windows color (decimal): -12037349 or 1790792. OLE color: 1790792.

HSL color Cylindrical-coordinate representation of color #48531B: hue angle of 71.79º degrees, saturation: 0.51, 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 #48531B is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB728327-
CMYK0.1300.670.67
HSL71.79º50.91%21.57%-
HSV(B)71.79º67.47%32.55%-
XYZ5.967.642.2-
YUV73.33101.86127.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=39.56%
G=45.60%
B=14.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283270.1300.670.6771.7950.9121.57
Hex48531BD04343483316
Octal110123331501031031106326
Binary10010001010011110111101010000111000011100100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48531B; }

 p { color: rgb(72,83,27); }

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

<style>
 a { background-color: #48531B; }

 a { background-color: rgb(72,83,27); }

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

<style>
 span { border-color: #48531B; }

 span { border-color: rgb(72,83,27); }

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