#53551B

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

Shades of Army green #53551B

Tints of Army green #53551B

Color information

#53551B (or 0x53551B) is unknown color: approx Army green. HEX triplet: 53, 55 and 1B. RGB value is (83,85,27). Sum of RGB (Red+Green+Blue) = 83+85+27=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #53551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53551B is #ACAAE4. Grayscale: #4E4E4E. Windows color (decimal): -11315941 or 1791315. OLE color: 1791315.

HSL color Cylindrical-coordinate representation of color #53551B: hue angle of 62.07º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53551B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB838527-
CMYK0.0200.680.67
HSL62.07º51.79%21.96%-
HSV(B)62.07º68.24%33.33%-
XYZ7.018.422.29-
YUV77.7999.34131.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=42.56%
G=43.59%
B=13.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385270.0200.680.6762.0751.7921.96
Hex53551B2044433e3416
Octal1231253320104103766426
Binary10100111010101110111001000100100001111111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53551B; }

 p { color: rgb(83,85,27); }

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

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

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

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

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

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

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