Html Css Color HEX #545A1F Army green

📋 copy color: '#545A1F'

red 84 ◦ green 90 ◦ blue 31

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

Shades of Army green #545A1F

Tints of Army green #545A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 40.98%
G = 43.9%
B = 15.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#545A1F (or 0x545A1F) is known color: Army green. HEX triplet: 54, 5A and 1F. RGB value is (84,90,31). Sum of RGB (Red+Green+Blue) = 84+90+31=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #545A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A1F is #ABA5E0. Grayscale: #515151. Windows color (decimal): -11249121 or 2054740. OLE color: 2054740.

HSL color Cylindrical-coordinate representation of color #545A1F: hue angle of 66.1º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545A1F is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 90 31 -
CMYK 0.07 0 0.66 0.65
HSL 66.1º 0.49% 0.24% -
HSV(B) 66.1º 0.66% 0.35% -
XYZ 7.56 9.3 2.69 -
YUV 81.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 84 90 31 0.07 0 0.66 0.65 66.1 0.49 0.24
Hex 54 5A 1F 7 0 42 41 42 31 18
Octal 124 132 37 7 0 102 101 102 61 30
Binary 1010100 1011010 11111 111 0 1000010 1000001 1000010 110001 11000

Color Harmonies of #545A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A1F

Black with #545A1F

Text Example


Text Example

White with #545A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545A1F; }

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

 H1.HeaderClassName
 {
   color: #545A1F;
 }
 .AnyTagClassName
 {
   color: #545A1F;
 }
</style>

background-color css

<style>
 a { background-color: #545A1F; }

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

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

border-color css

<style>
 span { border-color: #545A1F; }

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

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