#525211

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

Shades of Verdun Green #525211

Tints of Verdun Green #525211

Color information

#525211 (or 0x525211) is unknown color: approx Verdun Green. HEX triplet: 52, 52 and 11. RGB value is (82,82,17). Sum of RGB (Red+Green+Blue) = 82+82+17=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525211 is #ADADEE. Grayscale: #4A4A4A. Windows color (decimal): -11382255 or 1135186. OLE color: 1135186.

HSL color Cylindrical-coordinate representation of color #525211: hue angle of 60º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525211 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB828217-
CMYK000.790.68
HSL60º65.66%19.41%-
HSV(B)60º79.27%32.16%-
XYZ6.67.871.7-
YUV74.5995.5133.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=45.30%
G=45.30%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828217000.790.686065.6619.41
Hex525211004F443c4213
Octal12212221001171047410223
Binary10100101010010100010010011111000100111100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525211; }

 p { color: rgb(82,82,17); }

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

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

 a { background-color: rgb(82,82,17); }

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

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

 span { border-color: rgb(82,82,17); }

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