Html Css Color HEX #55571A Army green

📋 copy color: '#55571A'

red 85 ◦ green 87 ◦ blue 26

#55571A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #55571A

Tints of Army green #55571A

RGB

 RED value IS 85 (33.59% from 255) = 42.93%

 GREEN value IS 87 (34.38% from 255) = 43.94%

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 42.93%
G = 43.94%
B = 13.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#55571A (or 0x55571A) is known color: Army green. HEX triplet: 55, 57 and 1A. RGB value is (85,87,26). Sum of RGB (Red+Green+Blue) = 85+87+26=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 87 - color contains mainly: green. Hex color #55571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55571A is #AAA8E5. Grayscale: #4F4F4F. Windows color (decimal): -11184358 or 1726293. OLE color: 1726293.

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

Color convert

RGB 85 87 26 -
CMYK 0.02 0 0.70 0.66
HSL 61.97º 0.54% 0.22% -
HSV(B) 61.97º 0.7% 0.34% -
XYZ 7.34 8.82 2.29 -
YUV 79.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 85 87 26 0.02 0 0.70 0.66 61.97 0.54 0.22
Hex 55 57 1A 2 0 46 42 3E 36 16
Octal 125 127 32 2 0 106 102 76 66 26
Binary 1010101 1010111 11010 10 0 1000110 1000010 111110 110110 10110

Color Harmonies of #55571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55571A

Black with #55571A

Text Example


Text Example

White with #55571A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55571A;
 }
 .AnyTagClassName
 {
   color: #55571A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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