#526617

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

Shades of Verdun Green #526617

Tints of Verdun Green #526617

Color information

#526617 (or 0x526617) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 17. RGB value is (82,102,23). Sum of RGB (Red+Green+Blue) = 82+102+23=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #526617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526617 is #AD99E8. Grayscale: #575757. Windows color (decimal): -11377129 or 1533522. OLE color: 1533522.

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

Color convert

RGB8210223-
CMYK0.2000.770.6
HSL75.19º63.2%24.51%-
HSV(B)75.19º77.45%40%-
XYZ8.3911.362.56-
YUV87.0191.87124.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=39.61%
G=49.28%
B=11.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102230.2000.770.675.1963.224.51
Hex5266171404D3C4b3f19
Octal12214627240115741137731
Binary10100101100110101111010001001101111100100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526617; }

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

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

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

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

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

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

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

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