#48531A

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

Shades of Verdun Green #48531A

Tints of Verdun Green #48531A

Color information

#48531A (or 0x48531A) is unknown color: approx Verdun Green. HEX triplet: 48, 53 and 1A. RGB value is (72,83,26). Sum of RGB (Red+Green+Blue) = 72+83+26=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #48531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48531A is #B7ACE5. Grayscale: #494949. Windows color (decimal): -12037350 or 1725256. OLE color: 1725256.

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

Color convert

RGB728326-
CMYK0.1300.690.67
HSL71.58º52.29%21.37%-
HSV(B)71.58º68.67%32.55%-
XYZ5.957.642.14-
YUV73.21101.36127.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=39.78%
G=45.86%
B=14.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283260.1300.690.6771.5852.2921.37
Hex48531AD04543483415
Octal110123321501051031106425
Binary10010001010011110101101010001011000011100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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