#536210

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

Shades of Verdun Green #536210

Tints of Verdun Green #536210

Color information

#536210 (or 0x536210) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 10. RGB value is (83,98,16). Sum of RGB (Red+Green+Blue) = 83+98+16=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #536210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536210 is #AC9DEF. Grayscale: #545454. Windows color (decimal): -11312624 or 1073747. OLE color: 1073747.

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

Color convert

RGB839816-
CMYK0.1500.840.62
HSL70.98º71.93%22.35%-
HSV(B)70.98º83.67%38.43%-
XYZ8.0310.612.12-
YUV84.1789.53127.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=42.13%
G=49.75%
B=8.12%

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
Decimal8398160.1500.840.6270.9871.9322.35
Hex536210F0543E474816
Octal123142201701247610711026
Binary10100111100010100001111010101001111101000111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536210; }

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

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

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

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

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

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

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

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