Html Css Color HEX #56601A Army green

📋 copy color: '#56601A'

red 86 ◦ green 96 ◦ blue 26

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

Shades of Army green #56601A

Tints of Army green #56601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 41.35%
G = 46.15%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#56601A (or 0x56601A) is known color: Army green. HEX triplet: 56, 60 and 1A. RGB value is (86,96,26). Sum of RGB (Red+Green+Blue) = 86+96+26=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #56601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56601A is #A99FE5. Grayscale: #555555. Windows color (decimal): -11116518 or 1728598. OLE color: 1728598.

HSL color Cylindrical-coordinate representation of color #56601A: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56601A is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 26 -
CMYK 0.10 0 0.73 0.62
HSL 68.57º 0.57% 0.24% -
HSV(B) 68.57º 0.73% 0.38% -
XYZ 8.21 10.42 2.56 -
YUV 85.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 86 96 26 0.10 0 0.73 0.62 68.57 0.57 0.24
Hex 56 60 1A A 0 49 3E 45 39 18
Octal 126 140 32 12 0 111 76 105 71 30
Binary 1010110 1100000 11010 1010 0 1001001 111110 1000101 111001 11000

Color Harmonies of #56601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56601A

Black with #56601A

Text Example


Text Example

White with #56601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56601A; }

 p { color: rgb(86,96,26); }

 H1.HeaderClassName
 {
   color: #56601A;
 }
 .AnyTagClassName
 {
   color: #56601A;
 }
</style>

background-color css

<style>
 a { background-color: #56601A; }

 a { background-color: rgb(86,96,26); }

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

border-color css

<style>
 span { border-color: #56601A; }

 span { border-color: rgb(86,96,26); }

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