#53531E

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

Shades of Army green #53531E

Tints of Army green #53531E

Color information

#53531E (or 0x53531E) is unknown color: approx Army green. HEX triplet: 53, 53 and 1E. RGB value is (83,83,30). Sum of RGB (Red+Green+Blue) = 83+83+30=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53531E is #ACACE1. Grayscale: #4D4D4D. Windows color (decimal): -11316450 or 1987411. OLE color: 1987411.

HSL color Cylindrical-coordinate representation of color #53531E: hue angle of 60º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53531E is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB838330-
CMYK000.640.67
HSL60º46.9%22.16%-
HSV(B)60º63.86%32.55%-
XYZ6.898.122.43-
YUV76.96101.5132.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=42.35%
G=42.35%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838330000.640.676046.922.16
Hex53531E0040433c2f16
Octal1231233600100103745726
Binary1010011101001111110001000000100001111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53531E; }

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

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

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

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

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

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

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

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