Html Css Color HEX #555618 Army green

📋 copy color: '#555618'

red 85 ◦ green 86 ◦ blue 24

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

Shades of Army green #555618

Tints of Army green #555618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

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

R = 43.59%
G = 44.1%
B = 12.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#555618 (or 0x555618) is known color: Army green. HEX triplet: 55, 56 and 18. RGB value is (85,86,24). Sum of RGB (Red+Green+Blue) = 85+86+24=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #555618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555618 is #AAA9E7. Grayscale: #4E4E4E. Windows color (decimal): -11184616 or 1594965. OLE color: 1594965.

HSL color Cylindrical-coordinate representation of color #555618: hue angle of 60.97º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555618 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 24 -
CMYK 0.01 0 0.72 0.66
HSL 60.97º 0.56% 0.22% -
HSV(B) 60.97º 0.72% 0.34% -
XYZ 7.24 8.65 2.15 -
YUV 78.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 85 86 24 0.01 0 0.72 0.66 60.97 0.56 0.22
Hex 55 56 18 1 0 48 42 3D 38 16
Octal 125 126 30 1 0 110 102 75 70 26
Binary 1010101 1010110 11000 1 0 1001000 1000010 111101 111000 10110

Color Harmonies of #555618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555618

Black with #555618

Text Example


Text Example

White with #555618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555618; }

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

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

background-color css

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

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

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

border-color css

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

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

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