#526211

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

Shades of Verdun Green #526211

Tints of Verdun Green #526211

Color information

#526211 (or 0x526211) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 11. RGB value is (82,98,17). Sum of RGB (Red+Green+Blue) = 82+98+17=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #526211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526211 is #AD9DEE. Grayscale: #545454. Windows color (decimal): -11378159 or 1139282. OLE color: 1139282.

HSL color Cylindrical-coordinate representation of color #526211: hue angle of 71.85º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #526211 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB829817-
CMYK0.1600.830.62
HSL71.85º70.43%22.55%-
HSV(B)71.85º82.65%38.43%-
XYZ7.9510.572.15-
YUV83.9890.2126.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=41.62%
G=49.75%
B=8.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298170.1600.830.6271.8570.4322.55
Hex526211100533E484617
Octal122142212001237611010627
Binary101001011000101000110000010100111111101001000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526211; }

 p { color: rgb(82,98,17); }

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

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

 a { background-color: rgb(82,98,17); }

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

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

 span { border-color: rgb(82,98,17); }

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