#526616

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

Shades of Verdun Green #526616

Tints of Verdun Green #526616

Color information

#526616 (or 0x526616) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 16. RGB value is (82,102,22). Sum of RGB (Red+Green+Blue) = 82+102+22=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #526616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526616 is #AD99E9. Grayscale: #575757. Windows color (decimal): -11377130 or 1467986. OLE color: 1467986.

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

Color convert

RGB8210222-
CMYK0.2000.780.6
HSL75º64.52%24.31%-
HSV(B)75º78.43%40%-
XYZ8.3811.352.51-
YUV86.991.37124.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 102 (40.23% from 255) = 49.51%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=39.81%
G=49.51%
B=10.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102220.2000.780.67564.5224.31
Hex5266161404E3C4b4118
Octal122146262401167411310130
Binary101001011001101011010100010011101111001001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526616; }

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

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

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

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

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

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

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

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