Html Css Color HEX #57540F Army green

📋 copy color: '#57540F'

red 87 ◦ green 84 ◦ blue 15

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

Shades of Army green #57540F

Tints of Army green #57540F

RGB

 RED value IS 87 (34.38% from 255) = 46.77%

 GREEN value IS 84 (33.2% from 255) = 45.16%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 46.77%
G = 45.16%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57540F (or 0x57540F) is known color: Army green. HEX triplet: 57, 54 and 0F. RGB value is (87,84,15). Sum of RGB (Red+Green+Blue) = 87+84+15=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #57540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57540F is #A8ABF0. Grayscale: #4D4D4D. Windows color (decimal): -11054065 or 1004631. OLE color: 1004631.

HSL color Cylindrical-coordinate representation of color #57540F: hue angle of 57.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57540F is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 15 -
CMYK 0 0.03 0.83 0.66
HSL 57.5º 0.71% 0.2% -
HSV(B) 57.5º 0.83% 0.34% -
XYZ 7.19 8.4 1.69 -
YUV 77.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 87 84 15 0 0.03 0.83 0.66 57.5 0.71 0.2
Hex 57 54 F 0 3 53 42 3A 47 14
Octal 127 124 17 0 3 123 102 72 107 24
Binary 1010111 1010100 1111 0 11 1010011 1000010 111010 1000111 10100

Color Harmonies of #57540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57540F

Black with #57540F

Text Example


Text Example

White with #57540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57540F; }

 p { color: rgb(87,84,15); }

 H1.HeaderClassName
 {
   color: #57540F;
 }
 .AnyTagClassName
 {
   color: #57540F;
 }
</style>

background-color css

<style>
 a { background-color: #57540F; }

 a { background-color: rgb(87,84,15); }

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

border-color css

<style>
 span { border-color: #57540F; }

 span { border-color: rgb(87,84,15); }

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