Html Css Color HEX #555D19 Army green

📋 copy color: '#555D19'

red 85 ◦ green 93 ◦ blue 25

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

Shades of Army green #555D19

Tints of Army green #555D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.81%

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

R = 41.87%
G = 45.81%
B = 12.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#555D19 (or 0x555D19) is known color: Army green. HEX triplet: 55, 5D and 19. RGB value is (85,93,25). Sum of RGB (Red+Green+Blue) = 85+93+25=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #555D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D19 is #AAA2E6. Grayscale: #535353. Windows color (decimal): -11182823 or 1662293. OLE color: 1662293.

HSL color Cylindrical-coordinate representation of color #555D19: hue angle of 67.06º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #555D19 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 93 25 -
CMYK 0.09 0 0.73 0.64
HSL 67.06º 0.58% 0.23% -
HSV(B) 67.06º 0.73% 0.36% -
XYZ 7.84 9.83 2.4 -
YUV 82.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 85 93 25 0.09 0 0.73 0.64 67.06 0.58 0.23
Hex 55 5D 19 9 0 49 40 43 3A 17
Octal 125 135 31 11 0 111 100 103 72 27
Binary 1010101 1011101 11001 1001 0 1001001 1000000 1000011 111010 10111

Color Harmonies of #555D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D19

Black with #555D19

Text Example


Text Example

White with #555D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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