#11400F

Color #11400F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #11400F

Tints of Myrtle #11400F

Color information

#11400F (or 0x11400F) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 0F. RGB value is (17,64,15). Sum of RGB (Red+Green+Blue) = 17+64+15=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #11400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11400F is #EEBFF0. Grayscale: #2C2C2C. Windows color (decimal): -15646705 or 999441. OLE color: 999441.

HSL color Cylindrical-coordinate representation of color #11400F: hue angle of 117.55º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11400F is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB176415-
CMYK0.7300.770.75
HSL117.55º62.03%15.49%-
HSV(B)117.55º76.56%25.1%-
XYZ2.153.821.08-
YUV44.36111.43108.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 64 (25.39% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=17.71%
G=66.67%
B=15.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764150.7300.770.75117.5562.0315.49
Hex1140F4904D4B763ef
Octal211001711101151131667617
Binary1000110000001111100100101001101100101111101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11400F;
 }
 .AnyTagClassName
 {
   color: #11400F;
 }
</style>
background-color css

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

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

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

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

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

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