#535611

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

Shades of Verdun Green #535611

Tints of Verdun Green #535611

Color information

#535611 (or 0x535611) is unknown color: approx Verdun Green. HEX triplet: 53, 56 and 11. RGB value is (83,86,17). Sum of RGB (Red+Green+Blue) = 83+86+17=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #535611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535611 is #ACA9EE. Grayscale: #4D4D4D. Windows color (decimal): -11315695 or 1136211. OLE color: 1136211.

HSL color Cylindrical-coordinate representation of color #535611: hue angle of 62.61º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #535611 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB838617-
CMYK0.0300.800.66
HSL62.61º66.99%20.2%-
HSV(B)62.61º80.23%33.73%-
XYZ78.541.81-
YUV77.2494.01132.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=44.62%
G=46.24%
B=9.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386170.0300.800.6662.6166.9920.2
Hex5356113050423f4314
Octal12312621301201027710324
Binary101001110101101000111010100001000010111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535611; }

 p { color: rgb(83,86,17); }

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

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

 a { background-color: rgb(83,86,17); }

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

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

 span { border-color: rgb(83,86,17); }

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