Html Css Color HEX #555B1B Army green

📋 copy color: '#555B1B'

red 85 ◦ green 91 ◦ blue 27

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

Shades of Army green #555B1B

Tints of Army green #555B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 41.87%
G = 44.83%
B = 13.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#555B1B (or 0x555B1B) is known color: Army green. HEX triplet: 55, 5B and 1B. RGB value is (85,91,27). Sum of RGB (Red+Green+Blue) = 85+91+27=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #555B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B1B is #AAA4E4. Grayscale: #525252. Windows color (decimal): -11183333 or 1792853. OLE color: 1792853.

HSL color Cylindrical-coordinate representation of color #555B1B: hue angle of 65.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #555B1B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 27 -
CMYK 0.07 0 0.70 0.64
HSL 65.63º 0.54% 0.23% -
HSV(B) 65.63º 0.7% 0.36% -
XYZ 7.69 9.49 2.46 -
YUV 81.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 85 91 27 0.07 0 0.70 0.64 65.63 0.54 0.23
Hex 55 5B 1B 7 0 46 40 42 36 17
Octal 125 133 33 7 0 106 100 102 66 27
Binary 1010101 1011011 11011 111 0 1000110 1000000 1000010 110110 10111

Color Harmonies of #555B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B1B

Black with #555B1B

Text Example


Text Example

White with #555B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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