Html Css Color HEX #555518 Army green

📋 copy color: '#555518'

red 85 ◦ green 85 ◦ blue 24

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

Shades of Army green #555518

Tints of Army green #555518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 43.81%
G = 43.81%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#555518 (or 0x555518) is known color: Army green. HEX triplet: 55, 55 and 18. RGB value is (85,85,24). Sum of RGB (Red+Green+Blue) = 85+85+24=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555518 is #AAAAE7. Grayscale: #4E4E4E. Windows color (decimal): -11184872 or 1594709. OLE color: 1594709.

HSL color Cylindrical-coordinate representation of color #555518: hue angle of 60º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555518 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 24 -
CMYK 0 0 0.72 0.67
HSL 60º 0.56% 0.21% -
HSV(B) 60º 0.72% 0.33% -
XYZ 7.16 8.49 2.13 -
YUV 78.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 85 85 24 0 0 0.72 0.67 60 0.56 0.21
Hex 55 55 18 0 0 48 43 3C 38 15
Octal 125 125 30 0 0 110 103 74 70 25
Binary 1010101 1010101 11000 0 0 1001000 1000011 111100 111000 10101

Color Harmonies of #555518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555518

Black with #555518

Text Example


Text Example

White with #555518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555518; }

 p { color: rgb(85,85,24); }

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

background-color css

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

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

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

border-color css

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

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

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