#525603

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

Shades of Verdun Green #525603

Tints of Verdun Green #525603

Color information

#525603 (or 0x525603) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 03. RGB value is (82,86,3). Sum of RGB (Red+Green+Blue) = 82+86+3=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #525603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525603 is #ADA9FC. Grayscale: #4B4B4B. Windows color (decimal): -11381245 or 218706. OLE color: 218706.

HSL color Cylindrical-coordinate representation of color #525603: hue angle of 62.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #525603 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB82863-
CMYK0.0500.970.66
HSL62.89º93.26%17.45%-
HSV(B)62.89º96.51%33.73%-
XYZ6.828.461.36-
YUV75.3487.17132.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=47.95%
G=50.29%
B=1.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal828630.0500.970.6662.8993.2617.45
Hex525635061423f5d11
Octal1221263501411027713521
Binary1010010101011011101011000011000010111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525603; }

 p { color: rgb(82,86,3); }

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

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

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

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

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

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

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