#53551E

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

Shades of Army green #53551E

Tints of Army green #53551E

Color information

#53551E (or 0x53551E) is unknown color: approx Army green. HEX triplet: 53, 55 and 1E. RGB value is (83,85,30). Sum of RGB (Red+Green+Blue) = 83+85+30=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #53551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53551E is #ACAAE1. Grayscale: #4E4E4E. Windows color (decimal): -11315938 or 1987923. OLE color: 1987923.

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

Color convert

RGB838530-
CMYK0.0200.650.67
HSL62.18º47.83%22.55%-
HSV(B)62.18º64.71%33.33%-
XYZ7.058.432.48-
YUV78.13100.84131.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=41.92%
G=42.93%
B=15.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385300.0200.650.6762.1847.8322.55
Hex53551E2041433e3017
Octal1231253620101103766027
Binary10100111010101111101001000001100001111111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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