Html Css Color HEX #56540F Army green

📋 copy color: '#56540F'

red 86 ◦ green 84 ◦ blue 15

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

Shades of Army green #56540F

Tints of Army green #56540F

RGB

 RED value IS 86 (33.98% from 255) = 46.49%

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

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

R = 46.49%
G = 45.41%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56540F (or 0x56540F) is known color: Army green. HEX triplet: 56, 54 and 0F. RGB value is (86,84,15). Sum of RGB (Red+Green+Blue) = 86+84+15=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540F is #A9ABF0. Grayscale: #4D4D4D. Windows color (decimal): -11119601 or 1004630. OLE color: 1004630.

HSL color Cylindrical-coordinate representation of color #56540F: hue angle of 58.31º degrees, saturation: 0.7, 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 #56540F is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 84 15 -
CMYK 0 0.02 0.83 0.66
HSL 58.31º 0.7% 0.2% -
HSV(B) 58.31º 0.83% 0.34% -
XYZ 7.09 8.35 1.69 -
YUV 76.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 86 84 15 0 0.02 0.83 0.66 58.31 0.7 0.2
Hex 56 54 F 0 2 53 42 3A 46 14
Octal 126 124 17 0 2 123 102 72 106 24
Binary 1010110 1010100 1111 0 10 1010011 1000010 111010 1000110 10100

Color Harmonies of #56540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56540F

Black with #56540F

Text Example


Text Example

White with #56540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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