#11250C

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

Shades of Myrtle #11250C

Tints of Myrtle #11250C

Color information

#11250C (or 0x11250C) is unknown color: approx Myrtle. HEX triplet: 11, 25 and 0C. RGB value is (17,37,12). Sum of RGB (Red+Green+Blue) = 17+37+12=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #11250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11250C is #EEDAF3. Grayscale: #1C1C1C. Windows color (decimal): -15653620 or 795921. OLE color: 795921.

HSL color Cylindrical-coordinate representation of color #11250C: hue angle of 108º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11250C is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB173712-
CMYK0.5400.680.85
HSL108º51.02%9.61%-
HSV(B)108º67.57%14.51%-
XYZ0.961.470.58-
YUV28.17118.87120.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=25.76%
G=56.06%
B=18.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737120.5400.680.8510851.029.61
Hex1125C36044556c33a
Octal2145146601041251546312
Binary10001100101110011011001000100101010111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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