Html Css Color HEX #54601A Army green

📋 copy color: '#54601A'

red 84 ◦ green 96 ◦ blue 26

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

Shades of Army green #54601A

Tints of Army green #54601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 40.78%
G = 46.6%
B = 12.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#54601A (or 0x54601A) is known color: Army green. HEX triplet: 54, 60 and 1A. RGB value is (84,96,26). Sum of RGB (Red+Green+Blue) = 84+96+26=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #54601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54601A is #AB9FE5. Grayscale: #545454. Windows color (decimal): -11247590 or 1728596. OLE color: 1728596.

HSL color Cylindrical-coordinate representation of color #54601A: hue angle of 70.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54601A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 26 -
CMYK 0.12 0 0.73 0.62
HSL 70.29º 0.57% 0.24% -
HSV(B) 70.29º 0.73% 0.38% -
XYZ 8.03 10.33 2.55 -
YUV 84.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 84 96 26 0.12 0 0.73 0.62 70.29 0.57 0.24
Hex 54 60 1A C 0 49 3E 46 39 18
Octal 124 140 32 14 0 111 76 106 71 30
Binary 1010100 1100000 11010 1100 0 1001001 111110 1000110 111001 11000

Color Harmonies of #54601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54601A

Black with #54601A

Text Example


Text Example

White with #54601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54601A; }

 p { color: rgb(84,96,26); }

 H1.HeaderClassName
 {
   color: #54601A;
 }
 .AnyTagClassName
 {
   color: #54601A;
 }
</style>

background-color css

<style>
 a { background-color: #54601A; }

 a { background-color: rgb(84,96,26); }

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

border-color css

<style>
 span { border-color: #54601A; }

 span { border-color: rgb(84,96,26); }

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