#11240C

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

Shades of Myrtle #11240C

Tints of Myrtle #11240C

Color information

#11240C (or 0x11240C) is unknown color: approx Myrtle. HEX triplet: 11, 24 and 0C. RGB value is (17,36,12). Sum of RGB (Red+Green+Blue) = 17+36+12=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #11240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11240C is #EEDBF3. Grayscale: #1B1B1B. Windows color (decimal): -15653876 or 795665. OLE color: 795665.

HSL color Cylindrical-coordinate representation of color #11240C: hue angle of 107.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11240C is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB173612-
CMYK0.5300.670.86
HSL107.5º50%9.41%-
HSV(B)107.5º66.67%14.12%-
XYZ0.931.410.57-
YUV27.58119.21120.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 36 (14.45% from 255) = 55.38%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=26.15%
G=55.38%
B=18.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736120.5300.670.86107.5509.41
Hex1124C35043566c329
Octal2144146501031261546211
Binary10001100100110011010101000011101011011011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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