Html Css Color HEX #565612 Army green

📋 copy color: '#565612'

red 86 ◦ green 86 ◦ blue 18

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

Shades of Army green #565612

Tints of Army green #565612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 45.26%
G = 45.26%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#565612 (or 0x565612) is known color: Army green. HEX triplet: 56, 56 and 12. RGB value is (86,86,18). Sum of RGB (Red+Green+Blue) = 86+86+18=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565612 is #A9A9ED. Grayscale: #4E4E4E. Windows color (decimal): -11119086 or 1201750. OLE color: 1201750.

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

Color convert

RGB 86 86 18 -
CMYK 0 0 0.79 0.66
HSL 60º 0.65% 0.2% -
HSV(B) 60º 0.79% 0.34% -
XYZ 7.27 8.68 1.86 -
YUV 78.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 86 86 18 0 0 0.79 0.66 60 0.65 0.2
Hex 56 56 12 0 0 4F 42 3C 41 14
Octal 126 126 22 0 0 117 102 74 101 24
Binary 1010110 1010110 10010 0 0 1001111 1000010 111100 1000001 10100

Color Harmonies of #565612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565612

Black with #565612

Text Example


Text Example

White with #565612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565612; }

 p { color: rgb(86,86,18); }

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

background-color css

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

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

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

border-color css

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

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

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