#535113

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

Shades of Army green #535113

Tints of Army green #535113

Color information

#535113 (or 0x535113) is unknown color: approx Army green. HEX triplet: 53, 51 and 13. RGB value is (83,81,19). Sum of RGB (Red+Green+Blue) = 83+81+19=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #535113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535113 is #ACAEEC. Grayscale: #4A4A4A. Windows color (decimal): -11316973 or 1266003. OLE color: 1266003.

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

Color convert

RGB838119-
CMYK00.020.770.67
HSL58.12º62.75%20%-
HSV(B)58.12º77.11%32.55%-
XYZ6.637.771.77-
YUV74.5396.66134.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=45.36%
G=44.26%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83811900.020.770.6758.1262.7520
Hex535113024D433a3f14
Octal1231212302115103727724
Binary10100111010001100110101001101100001111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535113; }

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

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

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

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

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

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

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

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