#11400C

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

Shades of Myrtle #11400C

Tints of Myrtle #11400C

Color information

#11400C (or 0x11400C) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 0C. RGB value is (17,64,12). Sum of RGB (Red+Green+Blue) = 17+64+12=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #11400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11400C is #EEBFF3. Grayscale: #2C2C2C. Windows color (decimal): -15646708 or 802833. OLE color: 802833.

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

Color convert

RGB176412-
CMYK0.7300.810.75
HSL114.23º68.42%14.9%-
HSV(B)114.23º81.25%25.1%-
XYZ2.133.810.97-
YUV44.02109.93108.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=18.28%
G=68.82%
B=12.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764120.7300.810.75114.2368.4214.9
Hex1140C490514B7244f
Octal2110014111012111316210417
Binary10001100000011001001001010100011001011111001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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