#536116

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

Shades of Verdun Green #536116

Tints of Verdun Green #536116

Color information

#536116 (or 0x536116) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 16. RGB value is (83,97,22). Sum of RGB (Red+Green+Blue) = 83+97+22=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #536116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536116 is #AC9EE9. Grayscale: #545454. Windows color (decimal): -11312874 or 1466707. OLE color: 1466707.

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

Color convert

RGB839722-
CMYK0.1400.770.62
HSL71.2º63.03%23.33%-
HSV(B)71.2º77.32%38.04%-
XYZ7.9910.452.35-
YUV84.2692.86127.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=41.09%
G=48.02%
B=10.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397220.1400.770.6271.263.0323.33
Hex536116E04D3E473f17
Octal12314126160115761077727
Binary1010011110000110110111001001101111110100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536116; }

 p { color: rgb(83,97,22); }

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

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

 a { background-color: rgb(83,97,22); }

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

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

 span { border-color: rgb(83,97,22); }

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