#565D14

Color #565D14 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #565D14

Tints of Army green #565D14

Color information

#565D14 (or 0x565D14) is unknown color: approx Army green. HEX triplet: 56, 5D and 14. RGB value is (86,93,20). Sum of RGB (Red+Green+Blue) = 86+93+20=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #565D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565D14 is #A9A2EB. Grayscale: #525252. Windows color (decimal): -11117292 or 1334614. OLE color: 1334614.

HSL color Cylindrical-coordinate representation of color #565D14: hue angle of 65.75º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #565D14 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB869320-
CMYK0.0800.780.64
HSL65.75º64.6%22.16%-
HSV(B)65.75º78.49%36.47%-
XYZ7.889.862.15-
YUV82.5892.68130.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=43.22%
G=46.73%
B=10.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693200.0800.780.6465.7564.622.16
Hex565D14804E40424116
Octal1261352410011610010210126
Binary101011010111011010010000100111010000001000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565D14; }

 p { color: rgb(86,93,20); }

 H1.HeaderClassName
 {
   color: #565D14;
 }
 .AnyTagClassName
 {
   color: #565D14;
 }
</style>
background-color css

<style>
 a { background-color: #565D14; }

 a { background-color: rgb(86,93,20); }

 div.DivClassName
 {
   background-color: #565D14;
 }
 .BgClassName
 {
   background-color: #565D14;
 }
</style>
border-color css

<style>
 span { border-color: #565D14; }

 span { border-color: rgb(86,93,20); }

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