#536516

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

Shades of Verdun Green #536516

Tints of Verdun Green #536516

Color information

#536516 (or 0x536516) is unknown color: approx Verdun Green. HEX triplet: 53, 65 and 16. RGB value is (83,101,22). Sum of RGB (Red+Green+Blue) = 83+101+22=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #536516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536516 is #AC9AE9. Grayscale: #565656. Windows color (decimal): -11311850 or 1467731. OLE color: 1467731.

HSL color Cylindrical-coordinate representation of color #536516: hue angle of 73.67º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #536516 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB8310122-
CMYK0.1800.780.60
HSL73.67º64.23%24.12%-
HSV(B)73.67º78.22%39.61%-
XYZ8.3711.22.48-
YUV86.6191.54125.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=40.29%
G=49.03%
B=10.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101220.1800.780.6073.6764.2324.12
Hex5365161204E3C4a4018
Octal123145262201167411210030
Binary101001111001011011010010010011101111001001010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536516; }

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

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

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

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

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

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

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

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