Html Css Color HEX #545A1C Army green

📋 copy color: '#545A1C'

red 84 ◦ green 90 ◦ blue 28

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

Shades of Army green #545A1C

Tints of Army green #545A1C

RGB

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

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

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

R = 41.58%
G = 44.55%
B = 13.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#545A1C (or 0x545A1C) is known color: Army green. HEX triplet: 54, 5A and 1C. RGB value is (84,90,28). Sum of RGB (Red+Green+Blue) = 84+90+28=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #545A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A1C is #ABA5E3. Grayscale: #515151. Windows color (decimal): -11249124 or 1858132. OLE color: 1858132.

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

Color convert

RGB 84 90 28 -
CMYK 0.07 0 0.69 0.65
HSL 65.81º 0.53% 0.23% -
HSV(B) 65.81º 0.69% 0.35% -
XYZ 7.52 9.28 2.49 -
YUV 81.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 84 90 28 0.07 0 0.69 0.65 65.81 0.53 0.23
Hex 54 5A 1C 7 0 45 41 42 35 17
Octal 124 132 34 7 0 105 101 102 65 27
Binary 1010100 1011010 11100 111 0 1000101 1000001 1000010 110101 10111

Color Harmonies of #545A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A1C

Black with #545A1C

Text Example


Text Example

White with #545A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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