Html Css Color HEX #545E1B Army green

📋 copy color: '#545E1B'

red 84 ◦ green 94 ◦ blue 27

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

Shades of Army green #545E1B

Tints of Army green #545E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.85%

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 40.98%
G = 45.85%
B = 13.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#545E1B (or 0x545E1B) is known color: Army green. HEX triplet: 54, 5E and 1B. RGB value is (84,94,27). Sum of RGB (Red+Green+Blue) = 84+94+27=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #545E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E1B is #ABA1E4. Grayscale: #535353. Windows color (decimal): -11248101 or 1793620. OLE color: 1793620.

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

Color convert

RGB 84 94 27 -
CMYK 0.11 0 0.71 0.63
HSL 68.96º 0.55% 0.24% -
HSV(B) 68.96º 0.71% 0.37% -
XYZ 7.86 9.97 2.55 -
YUV 83.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 84 94 27 0.11 0 0.71 0.63 68.96 0.55 0.24
Hex 54 5E 1B B 0 47 3F 45 37 18
Octal 124 136 33 13 0 107 77 105 67 30
Binary 1010100 1011110 11011 1011 0 1000111 111111 1000101 110111 11000

Color Harmonies of #545E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545E1B

Black with #545E1B

Text Example


Text Example

White with #545E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,94,27); }

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

background-color css

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

 a { background-color: rgb(84,94,27); }

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

border-color css

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

 span { border-color: rgb(84,94,27); }

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