Html Css Color HEX #565312 Army green

📋 copy color: '#565312'

red 86 ◦ green 83 ◦ blue 18

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

Shades of Army green #565312

Tints of Army green #565312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 45.99%
G = 44.39%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#565312 (or 0x565312) is known color: Army green. HEX triplet: 56, 53 and 12. RGB value is (86,83,18). Sum of RGB (Red+Green+Blue) = 86+83+18=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565312 is #A9ACED. Grayscale: #4C4C4C. Windows color (decimal): -11119854 or 1200982. OLE color: 1200982.

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

Color convert

RGB 86 83 18 -
CMYK 0 0.03 0.79 0.66
HSL 57.35º 0.65% 0.2% -
HSV(B) 57.35º 0.79% 0.34% -
XYZ 7.04 8.21 1.79 -
YUV 76.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 86 83 18 0 0.03 0.79 0.66 57.35 0.65 0.2
Hex 56 53 12 0 3 4F 42 39 41 14
Octal 126 123 22 0 3 117 102 71 101 24
Binary 1010110 1010011 10010 0 11 1001111 1000010 111001 1000001 10100

Color Harmonies of #565312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565312

Black with #565312

Text Example


Text Example

White with #565312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565312; }

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

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

background-color css

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

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

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

border-color css

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

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

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