Html Css Color HEX #58540C Army green

📋 copy color: '#58540C'

red 88 ◦ green 84 ◦ blue 12

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

Shades of Army green #58540C

Tints of Army green #58540C

RGB

 RED value IS 88 (34.77% from 255) = 47.83%

 GREEN value IS 84 (33.2% from 255) = 45.65%

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 47.83%
G = 45.65%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58540C (or 0x58540C) is known color: Army green. HEX triplet: 58, 54 and 0C. RGB value is (88,84,12). Sum of RGB (Red+Green+Blue) = 88+84+12=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58540C is #A7ABF3. Grayscale: #4D4D4D. Windows color (decimal): -10988532 or 808024. OLE color: 808024.

HSL color Cylindrical-coordinate representation of color #58540C: hue angle of 56.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58540C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 12 -
CMYK 0 0.05 0.86 0.65
HSL 56.84º 0.76% 0.2% -
HSV(B) 56.84º 0.86% 0.35% -
XYZ 7.26 8.44 1.59 -
YUV 76.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 88 84 12 0 0.05 0.86 0.65 56.84 0.76 0.2
Hex 58 54 C 0 5 56 41 39 4C 14
Octal 130 124 14 0 5 126 101 71 114 24
Binary 1011000 1010100 1100 0 101 1010110 1000001 111001 1001100 10100

Color Harmonies of #58540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58540C

Black with #58540C

Text Example


Text Example

White with #58540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,84,12); }

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

background-color css

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

 a { background-color: rgb(88,84,12); }

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

border-color css

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

 span { border-color: rgb(88,84,12); }

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