Html Css Color HEX #555A19 Army green

📋 copy color: '#555A19'

red 85 ◦ green 90 ◦ blue 25

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

Shades of Army green #555A19

Tints of Army green #555A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 42.5%
G = 45%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#555A19 (or 0x555A19) is known color: Army green. HEX triplet: 55, 5A and 19. RGB value is (85,90,25). Sum of RGB (Red+Green+Blue) = 85+90+25=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #555A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A19 is #AAA5E6. Grayscale: #515151. Windows color (decimal): -11183591 or 1661525. OLE color: 1661525.

HSL color Cylindrical-coordinate representation of color #555A19: hue angle of 64.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555A19 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 25 -
CMYK 0.06 0 0.72 0.65
HSL 64.62º 0.57% 0.23% -
HSV(B) 64.62º 0.72% 0.35% -
XYZ 7.58 9.31 2.32 -
YUV 81.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 85 90 25 0.06 0 0.72 0.65 64.62 0.57 0.23
Hex 55 5A 19 6 0 48 41 41 39 17
Octal 125 132 31 6 0 110 101 101 71 27
Binary 1010101 1011010 11001 110 0 1001000 1000001 1000001 111001 10111

Color Harmonies of #555A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A19

Black with #555A19

Text Example


Text Example

White with #555A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A19; }

 p { color: rgb(85,90,25); }

 H1.HeaderClassName
 {
   color: #555A19;
 }
 .AnyTagClassName
 {
   color: #555A19;
 }
</style>

background-color css

<style>
 a { background-color: #555A19; }

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

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

border-color css

<style>
 span { border-color: #555A19; }

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

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