#526405

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

Shades of Verdun Green #526405

Tints of Verdun Green #526405

Color information

#526405 (or 0x526405) is unknown color: approx Verdun Green. HEX triplet: 52, 64 and 05. RGB value is (82,100,5). Sum of RGB (Red+Green+Blue) = 82+100+5=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #526405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526405 is #AD9BFA. Grayscale: #545454. Windows color (decimal): -11377659 or 353362. OLE color: 353362.

HSL color Cylindrical-coordinate representation of color #526405: hue angle of 71.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526405 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB821005-
CMYK0.1800.950.61
HSL71.37º90.48%20.59%-
HSV(B)71.37º95%39.22%-
XYZ8.0610.921.83-
YUV83.7983.54126.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 53.48%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=43.85%
G=53.48%
B=2.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8210050.1800.950.6171.3790.4820.59
Hex526451205F3D475a15
Octal12214452201377510713225
Binary1010010110010010110010010111111111011000111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526405; }

 p { color: rgb(82,100,5); }

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

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

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

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

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

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

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