Html Css Color HEX #55541B Army green

📋 copy color: '#55541B'

red 85 ◦ green 84 ◦ blue 27

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

Shades of Army green #55541B

Tints of Army green #55541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

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

R = 43.37%
G = 42.86%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55541B (or 0x55541B) is known color: Army green. HEX triplet: 55, 54 and 1B. RGB value is (85,84,27). Sum of RGB (Red+Green+Blue) = 85+84+27=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55541B is #AAABE4. Grayscale: #4E4E4E. Windows color (decimal): -11185125 or 1791061. OLE color: 1791061.

HSL color Cylindrical-coordinate representation of color #55541B: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55541B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 84 27 -
CMYK 0 0.01 0.68 0.67
HSL 58.97º 0.52% 0.22% -
HSV(B) 58.97º 0.68% 0.33% -
XYZ 7.11 8.35 2.27 -
YUV 77.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 85 84 27 0 0.01 0.68 0.67 58.97 0.52 0.22
Hex 55 54 1B 0 1 44 43 3B 34 16
Octal 125 124 33 0 1 104 103 73 64 26
Binary 1010101 1010100 11011 0 1 1000100 1000011 111011 110100 10110

Color Harmonies of #55541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55541B

Black with #55541B

Text Example


Text Example

White with #55541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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