Html Css Color HEX #58560C Verdun Green

📋 copy color: '#58560C'

red 88 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #58560C

Tints of Verdun Green #58560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.24%

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

R = 47.31%
G = 46.24%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58560C (or 0x58560C) is known color: Verdun Green. HEX triplet: 58, 56 and 0C. RGB value is (88,86,12). Sum of RGB (Red+Green+Blue) = 88+86+12=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58560C is #A7A9F3. Grayscale: #4E4E4E. Windows color (decimal): -10988020 or 808536. OLE color: 808536.

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

Color convert

RGB 88 86 12 -
CMYK 0 0.02 0.86 0.65
HSL 58.42º 0.76% 0.2% -
HSV(B) 58.42º 0.86% 0.35% -
XYZ 7.42 8.76 1.65 -
YUV 78.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 88 86 12 0 0.02 0.86 0.65 58.42 0.76 0.2
Hex 58 56 C 0 2 56 41 3A 4C 14
Octal 130 126 14 0 2 126 101 72 114 24
Binary 1011000 1010110 1100 0 10 1010110 1000001 111010 1001100 10100

Color Harmonies of #58560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58560C

Black with #58560C

Text Example


Text Example

White with #58560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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