Html Css Color HEX #565A1D Army green

📋 copy color: '#565A1D'

red 86 ◦ green 90 ◦ blue 29

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

Shades of Army green #565A1D

Tints of Army green #565A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 41.95%
G = 43.9%
B = 14.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#565A1D (or 0x565A1D) is known color: Army green. HEX triplet: 56, 5A and 1D. RGB value is (86,90,29). Sum of RGB (Red+Green+Blue) = 86+90+29=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #565A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A1D is #A9A5E2. Grayscale: #525252. Windows color (decimal): -11118051 or 1923670. OLE color: 1923670.

HSL color Cylindrical-coordinate representation of color #565A1D: hue angle of 63.93º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #565A1D is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 29 -
CMYK 0.04 0 0.68 0.65
HSL 63.93º 0.51% 0.23% -
HSV(B) 63.93º 0.68% 0.35% -
XYZ 7.72 9.38 2.57 -
YUV 81.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 86 90 29 0.04 0 0.68 0.65 63.93 0.51 0.23
Hex 56 5A 1D 4 0 44 41 40 33 17
Octal 126 132 35 4 0 104 101 100 63 27
Binary 1010110 1011010 11101 100 0 1000100 1000001 1000000 110011 10111

Color Harmonies of #565A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A1D

Black with #565A1D

Text Example


Text Example

White with #565A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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