#565B14

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

Shades of Army green #565B14

Tints of Army green #565B14

Color information

#565B14 (or 0x565B14) is unknown color: approx Army green. HEX triplet: 56, 5B and 14. RGB value is (86,91,20). Sum of RGB (Red+Green+Blue) = 86+91+20=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #565B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565B14 is #A9A4EB. Grayscale: #515151. Windows color (decimal): -11117804 or 1334102. OLE color: 1334102.

HSL color Cylindrical-coordinate representation of color #565B14: hue angle of 64.23º degrees, saturation: 0.64, 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 #565B14 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB869120-
CMYK0.0500.780.64
HSL64.23º63.96%21.76%-
HSV(B)64.23º78.02%35.69%-
XYZ7.719.512.09-
YUV81.4193.34131.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=43.65%
G=46.19%
B=10.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8691200.0500.780.6464.2363.9621.76
Hex565B14504E40404016
Octal126133245011610010010026
Binary10101101011011101001010100111010000001000000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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