#526705

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

Shades of Verdun Green #526705

Tints of Verdun Green #526705

Color information

#526705 (or 0x526705) is unknown color: approx Verdun Green. HEX triplet: 52, 67 and 05. RGB value is (82,103,5). Sum of RGB (Red+Green+Blue) = 82+103+5=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #526705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526705 is #AD98FA. Grayscale: #555555. Windows color (decimal): -11376891 or 354130. OLE color: 354130.

HSL color Cylindrical-coordinate representation of color #526705: hue angle of 72.86º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526705 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB821035-
CMYK0.2000.950.60
HSL72.86º90.74%21.18%-
HSV(B)72.86º95.15%40.39%-
XYZ8.3611.511.92-
YUV85.5582.54125.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=43.16%
G=54.21%
B=2.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8210350.2000.950.6072.8690.7421.18
Hex526751405F3C495b15
Octal12214752401377411113325
Binary1010010110011110110100010111111111001001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526705; }

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

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

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

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

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

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

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

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