#535218

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

Shades of Army green #535218

Tints of Army green #535218

Color information

#535218 (or 0x535218) is unknown color: approx Army green. HEX triplet: 53, 52 and 18. RGB value is (83,82,24). Sum of RGB (Red+Green+Blue) = 83+82+24=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #535218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535218 is #ACADE7. Grayscale: #4B4B4B. Windows color (decimal): -11316712 or 1593939. OLE color: 1593939.

HSL color Cylindrical-coordinate representation of color #535218: hue angle of 58.98º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #535218 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB838224-
CMYK00.010.710.67
HSL58.98º55.14%20.98%-
HSV(B)58.98º71.08%32.55%-
XYZ6.757.942.04-
YUV75.6998.83133.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=43.92%
G=43.39%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83822400.010.710.6758.9855.1420.98
Hex5352180147433b3715
Octal1231223001107103736725
Binary1010011101001011000011000111100001111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535218; }

 p { color: rgb(83,82,24); }

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

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

 a { background-color: rgb(83,82,24); }

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

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

 span { border-color: rgb(83,82,24); }

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