Html Css Color HEX #555B17 Army green

📋 copy color: '#555B17'

red 85 ◦ green 91 ◦ blue 23

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

Shades of Army green #555B17

Tints of Army green #555B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.73%

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 42.71%
G = 45.73%
B = 11.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#555B17 (or 0x555B17) is known color: Army green. HEX triplet: 55, 5B and 17. RGB value is (85,91,23). Sum of RGB (Red+Green+Blue) = 85+91+23=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #555B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B17 is #AAA4E8. Grayscale: #515151. Windows color (decimal): -11183337 or 1530709. OLE color: 1530709.

HSL color Cylindrical-coordinate representation of color #555B17: hue angle of 65.29º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #555B17 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 23 -
CMYK 0.07 0 0.75 0.64
HSL 65.29º 0.6% 0.22% -
HSV(B) 65.29º 0.75% 0.36% -
XYZ 7.64 9.48 2.24 -
YUV 81.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 85 91 23 0.07 0 0.75 0.64 65.29 0.6 0.22
Hex 55 5B 17 7 0 4B 40 41 3C 16
Octal 125 133 27 7 0 113 100 101 74 26
Binary 1010101 1011011 10111 111 0 1001011 1000000 1000001 111100 10110

Color Harmonies of #555B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B17

Black with #555B17

Text Example


Text Example

White with #555B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,23); }

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

background-color css

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

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

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

border-color css

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

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

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