#55551A

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

Shades of Army green #55551A

Tints of Army green #55551A

Color information

#55551A (or 0x55551A) is unknown color: approx Army green. HEX triplet: 55, 55 and 1A. RGB value is (85,85,26). Sum of RGB (Red+Green+Blue) = 85+85+26=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55551A is #AAAAE5. Grayscale: #4E4E4E. Windows color (decimal): -11184870 or 1725781. OLE color: 1725781.

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

Color convert

RGB858526-
CMYK000.690.67
HSL60º53.15%21.76%-
HSV(B)60º69.41%33.33%-
XYZ7.188.52.24-
YUV78.2798.5132.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=43.37%
G=43.37%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858526000.690.676053.1521.76
Hex55551A0045433c3516
Octal1251253200105103746526
Binary1010101101010111010001000101100001111110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,85,26); }

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

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

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

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

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

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

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