Html Css Color HEX #55571E Army green

📋 copy color: '#55571E'

red 85 ◦ green 87 ◦ blue 30

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

Shades of Army green #55571E

Tints of Army green #55571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 42.08%
G = 43.07%
B = 14.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#55571E (or 0x55571E) is known color: Army green. HEX triplet: 55, 57 and 1E. RGB value is (85,87,30). Sum of RGB (Red+Green+Blue) = 85+87+30=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #55571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55571E is #AAA8E1. Grayscale: #505050. Windows color (decimal): -11184354 or 1988437. OLE color: 1988437.

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

Color convert

RGB 85 87 30 -
CMYK 0.02 0 0.66 0.66
HSL 62.11º 0.49% 0.23% -
HSV(B) 62.11º 0.66% 0.34% -
XYZ 7.39 8.84 2.55 -
YUV 79.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 85 87 30 0.02 0 0.66 0.66 62.11 0.49 0.23
Hex 55 57 1E 2 0 42 42 3E 31 17
Octal 125 127 36 2 0 102 102 76 61 27
Binary 1010101 1010111 11110 10 0 1000010 1000010 111110 110001 10111

Color Harmonies of #55571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55571E

Black with #55571E

Text Example


Text Example

White with #55571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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