Html Css Color HEX #545D1D Army green

📋 copy color: '#545D1D'

red 84 ◦ green 93 ◦ blue 29

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

Shades of Army green #545D1D

Tints of Army green #545D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

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

R = 40.78%
G = 45.15%
B = 14.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#545D1D (or 0x545D1D) is known color: Army green. HEX triplet: 54, 5D and 1D. RGB value is (84,93,29). Sum of RGB (Red+Green+Blue) = 84+93+29=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #545D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D1D is #ABA2E2. Grayscale: #535353. Windows color (decimal): -11248355 or 1924436. OLE color: 1924436.

HSL color Cylindrical-coordinate representation of color #545D1D: hue angle of 68.44º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #545D1D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 29 -
CMYK 0.10 0 0.69 0.64
HSL 68.44º 0.52% 0.24% -
HSV(B) 68.44º 0.69% 0.36% -
XYZ 7.79 9.8 2.64 -
YUV 83.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 84 93 29 0.10 0 0.69 0.64 68.44 0.52 0.24
Hex 54 5D 1D A 0 45 40 44 34 18
Octal 124 135 35 12 0 105 100 104 64 30
Binary 1010100 1011101 11101 1010 0 1000101 1000000 1000100 110100 11000

Color Harmonies of #545D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D1D

Black with #545D1D

Text Example


Text Example

White with #545D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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