#536216

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

Shades of Verdun Green #536216

Tints of Verdun Green #536216

Color information

#536216 (or 0x536216) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 16. RGB value is (83,98,22). Sum of RGB (Red+Green+Blue) = 83+98+22=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #536216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536216 is #AC9DE9. Grayscale: #555555. Windows color (decimal): -11312618 or 1466963. OLE color: 1466963.

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

Color convert

RGB839822-
CMYK0.1500.780.62
HSL71.84º63.33%23.53%-
HSV(B)71.84º77.55%38.43%-
XYZ8.0810.632.39-
YUV84.8592.53126.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=40.89%
G=48.28%
B=10.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398220.1500.780.6271.8463.3323.53
Hex536216F04E3E483f18
Octal12314226170116761107730
Binary1010011110001010110111101001110111110100100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536216; }

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

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

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

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

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

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

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

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