#535014

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

Shades of Army green #535014

Tints of Army green #535014

Color information

#535014 (or 0x535014) is unknown color: approx Army green. HEX triplet: 53, 50 and 14. RGB value is (83,80,20). Sum of RGB (Red+Green+Blue) = 83+80+20=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #535014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535014 is #ACAFEB. Grayscale: #4A4A4A. Windows color (decimal): -11317228 or 1331283. OLE color: 1331283.

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

Color convert

RGB838020-
CMYK00.040.760.67
HSL57.14º61.17%20.2%-
HSV(B)57.14º75.9%32.55%-
XYZ6.567.631.79-
YUV74.0697.49134.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=45.36%
G=43.72%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83802000.040.760.6757.1461.1720.2
Hex535014044C43393d14
Octal1231202404114103717524
Binary101001110100001010001001001100100001111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535014; }

 p { color: rgb(83,80,20); }

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

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

 a { background-color: rgb(83,80,20); }

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

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

 span { border-color: rgb(83,80,20); }

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