Html Css Color HEX #11580C Myrtle

📋 copy color: '#11580C'

red 17 ◦ green 88 ◦ blue 12

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

Shades of Myrtle #11580C

Tints of Myrtle #11580C

RGB

 RED value IS 17 (7.03% from 255) = 14.53%

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

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

R = 14.53%
G = 75.21%
B = 10.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#11580C (or 0x11580C) is known color: Myrtle. HEX triplet: 11, 58 and 0C. RGB value is (17,88,12). Sum of RGB (Red+Green+Blue) = 17+88+12=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #11580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11580C is #EEA7F3. Grayscale: #3A3A3A. Windows color (decimal): -15640564 or 808977. OLE color: 808977.

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

Color convert

RGB 17 88 12 -
CMYK 0.81 0 0.86 0.65
HSL 116.05º 0.76% 0.2% -
HSV(B) 116.05º 0.86% 0.35% -
XYZ 3.79 7.13 1.52 -
YUV 58.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 17 88 12 0.81 0 0.86 0.65 116.05 0.76 0.2
Hex 11 58 C 51 0 56 41 74 4C 14
Octal 21 130 14 121 0 126 101 164 114 24
Binary 10001 1011000 1100 1010001 0 1010110 1000001 1110100 1001100 10100

Color Harmonies of #11580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11580C

Black with #11580C

Text Example


Text Example

White with #11580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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