#526607

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

Shades of Verdun Green #526607

Tints of Verdun Green #526607

Color information

#526607 (or 0x526607) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 07. RGB value is (82,102,7). Sum of RGB (Red+Green+Blue) = 82+102+7=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #526607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526607 is #AD99F8. Grayscale: #555555. Windows color (decimal): -11377145 or 484946. OLE color: 484946.

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

Color convert

RGB821027-
CMYK0.2000.930.6
HSL72.63º87.16%21.37%-
HSV(B)72.63º93.14%40%-
XYZ8.2711.311.95-
YUV85.1983.87125.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 7 (3.12% from 255) = 3.66%
R=42.93%
G=53.40%
B=3.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8210270.2000.930.672.6387.1621.37
Hex526671405D3C495715
Octal12214672401357411112725
Binary1010010110011011110100010111011111001001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526607; }

 p { color: rgb(82,102,7); }

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

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

 a { background-color: rgb(82,102,7); }

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

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

 span { border-color: rgb(82,102,7); }

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