Html Css Color HEX #565512 Army green

📋 copy color: '#565512'

red 86 ◦ green 85 ◦ blue 18

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

Shades of Army green #565512

Tints of Army green #565512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 45.5%
G = 44.97%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#565512 (or 0x565512) is known color: Army green. HEX triplet: 56, 55 and 12. RGB value is (86,85,18). Sum of RGB (Red+Green+Blue) = 86+85+18=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565512 is #A9AAED. Grayscale: #4D4D4D. Windows color (decimal): -11119342 or 1201494. OLE color: 1201494.

HSL color Cylindrical-coordinate representation of color #565512: hue angle of 59.12º 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 #565512 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 18 -
CMYK 0 0.01 0.79 0.66
HSL 59.12º 0.65% 0.2% -
HSV(B) 59.12º 0.79% 0.34% -
XYZ 7.2 8.52 1.84 -
YUV 77.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 86 85 18 0 0.01 0.79 0.66 59.12 0.65 0.2
Hex 56 55 12 0 1 4F 42 3B 41 14
Octal 126 125 22 0 1 117 102 73 101 24
Binary 1010110 1010101 10010 0 1 1001111 1000010 111011 1000001 10100

Color Harmonies of #565512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565512

Black with #565512

Text Example


Text Example

White with #565512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565512; }

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

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

background-color css

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

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

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

border-color css

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

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

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