#535610

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

Shades of Verdun Green #535610

Tints of Verdun Green #535610

Color information

#535610 (or 0x535610) is unknown color: approx Verdun Green. HEX triplet: 53, 56 and 10. RGB value is (83,86,16). Sum of RGB (Red+Green+Blue) = 83+86+16=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #535610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535610 is #ACA9EF. Grayscale: #4D4D4D. Windows color (decimal): -11315696 or 1070675. OLE color: 1070675.

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

Color convert

RGB838616-
CMYK0.0300.810.66
HSL62.57º68.63%20%-
HSV(B)62.57º81.4%33.73%-
XYZ6.998.531.77-
YUV77.1293.51132.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=44.86%
G=46.49%
B=8.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386160.0300.810.6662.5768.6320
Hex5356103051423f4514
Octal12312620301211027710524
Binary101001110101101000011010100011000010111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535610; }

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

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

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

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

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

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

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

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