Html Css Color HEX #11500F Myrtle

📋 copy color: '#11500F'

red 17 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #11500F

Tints of Myrtle #11500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 71.43%

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 15.18%
G = 71.43%
B = 13.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#11500F (or 0x11500F) is known color: Myrtle. HEX triplet: 11, 50 and 0F. RGB value is (17,80,15). Sum of RGB (Red+Green+Blue) = 17+80+15=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #11500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11500F is #EEAFF0. Grayscale: #353535. Windows color (decimal): -15642609 or 1003537. OLE color: 1003537.

HSL color Cylindrical-coordinate representation of color #11500F: hue angle of 118.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11500F is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 15 -
CMYK 0.79 0 0.81 0.69
HSL 118.15º 0.68% 0.19% -
HSV(B) 118.15º 0.81% 0.31% -
XYZ 3.19 5.89 1.42 -
YUV 53.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 17 80 15 0.79 0 0.81 0.69 118.15 0.68 0.19
Hex 11 50 F 4F 0 51 45 76 44 13
Octal 21 120 17 117 0 121 105 166 104 23
Binary 10001 1010000 1111 1001111 0 1010001 1000101 1110110 1000100 10011

Color Harmonies of #11500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11500F

Black with #11500F

Text Example


Text Example

White with #11500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11500F; }

 p { color: rgb(17,80,15); }

 H1.HeaderClassName
 {
   color: #11500F;
 }
 .AnyTagClassName
 {
   color: #11500F;
 }
</style>

background-color css

<style>
 a { background-color: #11500F; }

 a { background-color: rgb(17,80,15); }

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

border-color css

<style>
 span { border-color: #11500F; }

 span { border-color: rgb(17,80,15); }

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