Html Css Color HEX #55621B Army green

📋 copy color: '#55621B'

red 85 ◦ green 98 ◦ blue 27

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

Shades of Army green #55621B

Tints of Army green #55621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 40.48%
G = 46.67%
B = 12.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#55621B (or 0x55621B) is known color: Army green. HEX triplet: 55, 62 and 1B. RGB value is (85,98,27). Sum of RGB (Red+Green+Blue) = 85+98+27=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #55621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55621B is #AA9DE4. Grayscale: #565656. Windows color (decimal): -11181541 or 1794645. OLE color: 1794645.

HSL color Cylindrical-coordinate representation of color #55621B: hue angle of 70.99º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55621B is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 27 -
CMYK 0.13 0 0.72 0.62
HSL 70.99º 0.57% 0.25% -
HSV(B) 70.99º 0.72% 0.38% -
XYZ 8.31 10.75 2.67 -
YUV 86.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 85 98 27 0.13 0 0.72 0.62 70.99 0.57 0.25
Hex 55 62 1B D 0 48 3E 47 39 19
Octal 125 142 33 15 0 110 76 107 71 31
Binary 1010101 1100010 11011 1101 0 1001000 111110 1000111 111001 11001

Color Harmonies of #55621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55621B

Black with #55621B

Text Example


Text Example

White with #55621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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