#535111

Color #535111 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #535111

Tints of Army green #535111

Color information

#535111 (or 0x535111) is unknown color: approx Army green. HEX triplet: 53, 51 and 11. RGB value is (83,81,17). Sum of RGB (Red+Green+Blue) = 83+81+17=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #535111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535111 is #ACAEEE. Grayscale: #4A4A4A. Windows color (decimal): -11316975 or 1134931. OLE color: 1134931.

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

Color convert

RGB838117-
CMYK00.020.800.67
HSL58.18º66%19.61%-
HSV(B)58.18º79.52%32.55%-
XYZ6.617.761.68-
YUV74.395.66134.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=45.86%
G=44.75%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83811700.020.800.6758.186619.61
Hex5351110250433a4214
Octal12312121021201037210224
Binary101001110100011000101010100001000011111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535111; }

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

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

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

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

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

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

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

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