#53581A

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

Shades of Army green #53581A

Tints of Army green #53581A

Color information

#53581A (or 0x53581A) is unknown color: approx Army green. HEX triplet: 53, 58 and 1A. RGB value is (83,88,26). Sum of RGB (Red+Green+Blue) = 83+88+26=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #53581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53581A is #ACA7E5. Grayscale: #4F4F4F. Windows color (decimal): -11315174 or 1726547. OLE color: 1726547.

HSL color Cylindrical-coordinate representation of color #53581A: hue angle of 64.84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53581A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB838826-
CMYK0.0600.700.65
HSL64.84º54.39%22.35%-
HSV(B)64.84º70.45%34.51%-
XYZ7.248.892.31-
YUV79.4497.84130.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=42.13%
G=44.67%
B=13.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388260.0600.700.6564.8454.3922.35
Hex53581A604641413616
Octal12313032601061011016626
Binary1010011101100011010110010001101000001100000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53581A; }

 p { color: rgb(83,88,26); }

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

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

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

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

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

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

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