Html Css Color HEX #55581E Army green

📋 copy color: '#55581E'

red 85 ◦ green 88 ◦ blue 30

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

Shades of Army green #55581E

Tints of Army green #55581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.35%

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

R = 41.87%
G = 43.35%
B = 14.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#55581E (or 0x55581E) is known color: Army green. HEX triplet: 55, 58 and 1E. RGB value is (85,88,30). Sum of RGB (Red+Green+Blue) = 85+88+30=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #55581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55581E is #AAA7E1. Grayscale: #505050. Windows color (decimal): -11184098 or 1988693. OLE color: 1988693.

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

Color convert

RGB 85 88 30 -
CMYK 0.03 0 0.66 0.65
HSL 63.1º 0.49% 0.23% -
HSV(B) 63.1º 0.66% 0.35% -
XYZ 7.47 9 2.57 -
YUV 80.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 85 88 30 0.03 0 0.66 0.65 63.1 0.49 0.23
Hex 55 58 1E 3 0 42 41 3F 31 17
Octal 125 130 36 3 0 102 101 77 61 27
Binary 1010101 1011000 11110 11 0 1000010 1000001 111111 110001 10111

Color Harmonies of #55581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55581E

Black with #55581E

Text Example


Text Example

White with #55581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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