Html Css Color HEX #555F1B Army green

📋 copy color: '#555F1B'

red 85 ◦ green 95 ◦ blue 27

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

Shades of Army green #555F1B

Tints of Army green #555F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.89%

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

R = 41.06%
G = 45.89%
B = 13.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#555F1B (or 0x555F1B) is known color: Army green. HEX triplet: 55, 5F and 1B. RGB value is (85,95,27). Sum of RGB (Red+Green+Blue) = 85+95+27=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #555F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F1B is #AAA0E4. Grayscale: #545454. Windows color (decimal): -11182309 or 1793877. OLE color: 1793877.

HSL color Cylindrical-coordinate representation of color #555F1B: hue angle of 68.82º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555F1B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 27 -
CMYK 0.11 0 0.72 0.63
HSL 68.82º 0.56% 0.24% -
HSV(B) 68.82º 0.72% 0.37% -
XYZ 8.04 10.19 2.58 -
YUV 84.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 85 95 27 0.11 0 0.72 0.63 68.82 0.56 0.24
Hex 55 5F 1B B 0 48 3F 45 38 18
Octal 125 137 33 13 0 110 77 105 70 30
Binary 1010101 1011111 11011 1011 0 1001000 111111 1000101 111000 11000

Color Harmonies of #555F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F1B

Black with #555F1B

Text Example


Text Example

White with #555F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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