#526110

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

Shades of Verdun Green #526110

Tints of Verdun Green #526110

Color information

#526110 (or 0x526110) is unknown color: approx Verdun Green. HEX triplet: 52, 61 and 10. RGB value is (82,97,16). Sum of RGB (Red+Green+Blue) = 82+97+16=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #526110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526110 is #AD9EEF. Grayscale: #535353. Windows color (decimal): -11378416 or 1073490. OLE color: 1073490.

HSL color Cylindrical-coordinate representation of color #526110: hue angle of 71.11º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526110 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB829716-
CMYK0.1500.840.62
HSL71.11º71.68%22.16%-
HSV(B)71.11º83.51%38.04%-
XYZ7.8510.382.08-
YUV83.2890.03127.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=42.05%
G=49.74%
B=8.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297160.1500.840.6271.1171.6822.16
Hex526110F0543E474816
Octal122141201701247610711026
Binary10100101100001100001111010101001111101000111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526110; }

 p { color: rgb(82,97,16); }

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

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

 a { background-color: rgb(82,97,16); }

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

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

 span { border-color: rgb(82,97,16); }

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