Html Css Color HEX #54551F Army green

📋 copy color: '#54551F'

red 84 ◦ green 85 ◦ blue 31

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

Shades of Army green #54551F

Tints of Army green #54551F

RGB

 RED value IS 84 (33.2% from 255) = 42%

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 42%
G = 42.5%
B = 15.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54551F (or 0x54551F) is known color: Army green. HEX triplet: 54, 55 and 1F. RGB value is (84,85,31). Sum of RGB (Red+Green+Blue) = 84+85+31=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #54551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54551F is #ABAAE0. Grayscale: #4E4E4E. Windows color (decimal): -11250401 or 2053460. OLE color: 2053460.

HSL color Cylindrical-coordinate representation of color #54551F: hue angle of 61.11º 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 #54551F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 85 31 -
CMYK 0.01 0 0.64 0.67
HSL 61.11º 0.47% 0.23% -
HSV(B) 61.11º 0.64% 0.33% -
XYZ 7.15 8.48 2.56 -
YUV 78.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 84 85 31 0.01 0 0.64 0.67 61.11 0.47 0.23
Hex 54 55 1F 1 0 40 43 3D 2F 17
Octal 124 125 37 1 0 100 103 75 57 27
Binary 1010100 1010101 11111 1 0 1000000 1000011 111101 101111 10111

Color Harmonies of #54551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54551F

Black with #54551F

Text Example


Text Example

White with #54551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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