Html Css Color HEX #555318 Army green

📋 copy color: '#555318'

red 85 ◦ green 83 ◦ blue 24

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

Shades of Army green #555318

Tints of Army green #555318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 44.27%
G = 43.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#555318 (or 0x555318) is known color: Army green. HEX triplet: 55, 53 and 18. RGB value is (85,83,24). Sum of RGB (Red+Green+Blue) = 85+83+24=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #555318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555318 is #AAACE7. Grayscale: #4D4D4D. Windows color (decimal): -11185384 or 1594197. OLE color: 1594197.

HSL color Cylindrical-coordinate representation of color #555318: hue angle of 58.03º 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 #555318 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 24 -
CMYK 0 0.02 0.72 0.67
HSL 58.03º 0.56% 0.21% -
HSV(B) 58.03º 0.72% 0.33% -
XYZ 7 8.18 2.07 -
YUV 76.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 85 83 24 0 0.02 0.72 0.67 58.03 0.56 0.21
Hex 55 53 18 0 2 48 43 3A 38 15
Octal 125 123 30 0 2 110 103 72 70 25
Binary 1010101 1010011 11000 0 10 1001000 1000011 111010 111000 10101

Color Harmonies of #555318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555318

Black with #555318

Text Example


Text Example

White with #555318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555318; }

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

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

background-color css

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

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

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

border-color css

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

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

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