Html Css Color HEX #55531F Army green

📋 copy color: '#55531F'

red 85 ◦ green 83 ◦ blue 31

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

Shades of Army green #55531F

Tints of Army green #55531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 42.71%
G = 41.71%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55531F (or 0x55531F) is known color: Army green. HEX triplet: 55, 53 and 1F. RGB value is (85,83,31). Sum of RGB (Red+Green+Blue) = 85+83+31=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55531F is #AAACE0. Grayscale: #4D4D4D. Windows color (decimal): -11185377 or 2052949. OLE color: 2052949.

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

Color convert

RGB 85 83 31 -
CMYK 0 0.02 0.64 0.67
HSL 57.78º 0.47% 0.23% -
HSV(B) 57.78º 0.64% 0.33% -
XYZ 7.09 8.22 2.51 -
YUV 77.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 85 83 31 0 0.02 0.64 0.67 57.78 0.47 0.23
Hex 55 53 1F 0 2 40 43 3A 2F 17
Octal 125 123 37 0 2 100 103 72 57 27
Binary 1010101 1010011 11111 0 10 1000000 1000011 111010 101111 10111

Color Harmonies of #55531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55531F

Black with #55531F

Text Example


Text Example

White with #55531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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