#535D1E

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

Shades of Army green #535D1E

Tints of Army green #535D1E

Color information

#535D1E (or 0x535D1E) is unknown color: approx Army green. HEX triplet: 53, 5D and 1E. RGB value is (83,93,30). Sum of RGB (Red+Green+Blue) = 83+93+30=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #535D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D1E is #ACA2E1. Grayscale: #535353. Windows color (decimal): -11313890 or 1989971. OLE color: 1989971.

HSL color Cylindrical-coordinate representation of color #535D1E: hue angle of 69.52º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #535D1E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB839330-
CMYK0.1100.680.64
HSL69.52º51.22%24.12%-
HSV(B)69.52º67.74%36.47%-
XYZ7.729.762.71-
YUV82.8398.19128.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=40.29%
G=45.15%
B=14.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393300.1100.680.6469.5251.2224.12
Hex535D1EB04440463318
Octal123135361301041001066330
Binary10100111011101111101011010001001000000100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D1E; }

 p { color: rgb(83,93,30); }

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

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

 a { background-color: rgb(83,93,30); }

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

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

 span { border-color: rgb(83,93,30); }

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