#526706

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

Shades of Verdun Green #526706

Tints of Verdun Green #526706

Color information

#526706 (or 0x526706) is unknown color: approx Verdun Green. HEX triplet: 52, 67 and 06. RGB value is (82,103,6). Sum of RGB (Red+Green+Blue) = 82+103+6=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #526706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526706 is #AD98F9. Grayscale: #565656. Windows color (decimal): -11376890 or 419666. OLE color: 419666.

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

Color convert

RGB821036-
CMYK0.2000.940.60
HSL72.99º88.99%21.37%-
HSV(B)72.99º94.17%40.39%-
XYZ8.3611.511.95-
YUV85.6683.04125.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=42.93%
G=53.93%
B=3.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8210360.2000.940.6072.9988.9921.37
Hex526761405E3C495915
Octal12214762401367411113125
Binary1010010110011111010100010111101111001001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526706; }

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

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

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

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

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

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

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

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