Html Css Color HEX #56581C Army green

📋 copy color: '#56581C'

red 86 ◦ green 88 ◦ blue 28

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

Shades of Army green #56581C

Tints of Army green #56581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 42.57%
G = 43.56%
B = 13.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#56581C (or 0x56581C) is known color: Army green. HEX triplet: 56, 58 and 1C. RGB value is (86,88,28). Sum of RGB (Red+Green+Blue) = 86+88+28=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #56581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56581C is #A9A7E3. Grayscale: #505050. Windows color (decimal): -11118564 or 1857622. OLE color: 1857622.

HSL color Cylindrical-coordinate representation of color #56581C: hue angle of 62º degrees, saturation: 0.52, 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 #56581C is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 28 -
CMYK 0.02 0 0.68 0.65
HSL 62º 0.52% 0.23% -
HSV(B) 62º 0.68% 0.35% -
XYZ 7.54 9.04 2.45 -
YUV 80.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 86 88 28 0.02 0 0.68 0.65 62 0.52 0.23
Hex 56 58 1C 2 0 44 41 3E 34 17
Octal 126 130 34 2 0 104 101 76 64 27
Binary 1010110 1011000 11100 10 0 1000100 1000001 111110 110100 10111

Color Harmonies of #56581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56581C

Black with #56581C

Text Example


Text Example

White with #56581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56581C; }

 p { color: rgb(86,88,28); }

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

background-color css

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

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

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

border-color css

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

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

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