#526210

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

Shades of Verdun Green #526210

Tints of Verdun Green #526210

Color information

#526210 (or 0x526210) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 10. RGB value is (82,98,16). Sum of RGB (Red+Green+Blue) = 82+98+16=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #526210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526210 is #AD9DEF. Grayscale: #545454. Windows color (decimal): -11378160 or 1073746. OLE color: 1073746.

HSL color Cylindrical-coordinate representation of color #526210: hue angle of 71.71º 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 #526210 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB829816-
CMYK0.1600.840.62
HSL71.71º71.93%22.35%-
HSV(B)71.71º83.67%38.43%-
XYZ7.9410.572.11-
YUV83.8789.7126.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=41.84%
G=50%
B=8.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298160.1600.840.6271.7171.9322.35
Hex526210100543E484816
Octal122142202001247611011026
Binary101001011000101000010000010101001111101001000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526210; }

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

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

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

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

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

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

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

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