Html Css Color HEX #55531C Army green

📋 copy color: '#55531C'

red 85 ◦ green 83 ◦ blue 28

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

Shades of Army green #55531C

Tints of Army green #55531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 43.37%
G = 42.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55531C (or 0x55531C) is known color: Army green. HEX triplet: 55, 53 and 1C. RGB value is (85,83,28). Sum of RGB (Red+Green+Blue) = 85+83+28=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55531C is #AAACE3. Grayscale: #4D4D4D. Windows color (decimal): -11185380 or 1856341. OLE color: 1856341.

HSL color Cylindrical-coordinate representation of color #55531C: hue angle of 57.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55531C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 28 -
CMYK 0 0.02 0.67 0.67
HSL 57.89º 0.5% 0.22% -
HSV(B) 57.89º 0.67% 0.33% -
XYZ 7.05 8.2 2.31 -
YUV 77.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 85 83 28 0 0.02 0.67 0.67 57.89 0.5 0.22
Hex 55 53 1C 0 2 43 43 3A 32 16
Octal 125 123 34 0 2 103 103 72 62 26
Binary 1010101 1010011 11100 0 10 1000011 1000011 111010 110010 10110

Color Harmonies of #55531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55531C

Black with #55531C

Text Example


Text Example

White with #55531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55531C; }

 p { color: rgb(85,83,28); }

 H1.HeaderClassName
 {
   color: #55531C;
 }
 .AnyTagClassName
 {
   color: #55531C;
 }
</style>

background-color css

<style>
 a { background-color: #55531C; }

 a { background-color: rgb(85,83,28); }

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

border-color css

<style>
 span { border-color: #55531C; }

 span { border-color: rgb(85,83,28); }

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