Html Css Color HEX #565A12 Army green

📋 copy color: '#565A12'

red 86 ◦ green 90 ◦ blue 18

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

Shades of Army green #565A12

Tints of Army green #565A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.39%

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

R = 44.33%
G = 46.39%
B = 9.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#565A12 (or 0x565A12) is known color: Army green. HEX triplet: 56, 5A and 12. RGB value is (86,90,18). Sum of RGB (Red+Green+Blue) = 86+90+18=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #565A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565A12 is #A9A5ED. Grayscale: #505050. Windows color (decimal): -11118062 or 1202774. OLE color: 1202774.

HSL color Cylindrical-coordinate representation of color #565A12: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565A12 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 18 -
CMYK 0.04 0 0.80 0.65
HSL 63.33º 0.67% 0.21% -
HSV(B) 63.33º 0.8% 0.35% -
XYZ 7.6 9.33 1.97 -
YUV 80.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 86 90 18 0.04 0 0.80 0.65 63.33 0.67 0.21
Hex 56 5A 12 4 0 50 41 3F 43 15
Octal 126 132 22 4 0 120 101 77 103 25
Binary 1010110 1011010 10010 100 0 1010000 1000001 111111 1000011 10101

Color Harmonies of #565A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A12

Black with #565A12

Text Example


Text Example

White with #565A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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