#526806

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

Shades of Verdun Green #526806

Tints of Verdun Green #526806

Color information

#526806 (or 0x526806) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 06. RGB value is (82,104,6). Sum of RGB (Red+Green+Blue) = 82+104+6=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #526806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526806 is #AD97F9. Grayscale: #565656. Windows color (decimal): -11376634 or 419922. OLE color: 419922.

HSL color Cylindrical-coordinate representation of color #526806: hue angle of 73.47º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #526806 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB821046-
CMYK0.2100.940.59
HSL73.47º89.09%21.57%-
HSV(B)73.47º94.23%40.78%-
XYZ8.4611.711.99-
YUV86.2582.71124.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=42.71%
G=54.17%
B=3.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8210460.2100.940.5973.4789.0921.57
Hex526861505E3B495916
Octal12215062501367311113126
Binary1010010110100011010101010111101110111001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526806; }

 p { color: rgb(82,104,6); }

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

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

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

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

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

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

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