Html Css Color HEX #545F1D Army green

📋 copy color: '#545F1D'

red 84 ◦ green 95 ◦ blue 29

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

Shades of Army green #545F1D

Tints of Army green #545F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.67%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 40.38%
G = 45.67%
B = 13.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#545F1D (or 0x545F1D) is known color: Army green. HEX triplet: 54, 5F and 1D. RGB value is (84,95,29). Sum of RGB (Red+Green+Blue) = 84+95+29=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #545F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F1D is #ABA0E2. Grayscale: #545454. Windows color (decimal): -11247843 or 1924948. OLE color: 1924948.

HSL color Cylindrical-coordinate representation of color #545F1D: hue angle of 70º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #545F1D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 95 29 -
CMYK 0.12 0 0.69 0.63
HSL 70º 0.53% 0.24% -
HSV(B) 70º 0.69% 0.37% -
XYZ 7.97 10.16 2.7 -
YUV 84.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 84 95 29 0.12 0 0.69 0.63 70 0.53 0.24
Hex 54 5F 1D C 0 45 3F 46 35 18
Octal 124 137 35 14 0 105 77 106 65 30
Binary 1010100 1011111 11101 1100 0 1000101 111111 1000110 110101 11000

Color Harmonies of #545F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F1D

Black with #545F1D

Text Example


Text Example

White with #545F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,95,29); }

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

background-color css

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

 a { background-color: rgb(84,95,29); }

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

border-color css

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

 span { border-color: rgb(84,95,29); }

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