#11250F

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

Shades of Myrtle #11250F

Tints of Myrtle #11250F

Color information

#11250F (or 0x11250F) is unknown color: approx Myrtle. HEX triplet: 11, 25 and 0F. RGB value is (17,37,15). Sum of RGB (Red+Green+Blue) = 17+37+15=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #11250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11250F is #EEDAF0. Grayscale: #1C1C1C. Windows color (decimal): -15653617 or 992529. OLE color: 992529.

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

Color convert

RGB173715-
CMYK0.5400.590.85
HSL114.55º42.31%10.2%-
HSV(B)114.55º59.46%14.51%-
XYZ0.981.480.69-
YUV28.51120.37119.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=24.64%
G=53.62%
B=21.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737150.5400.590.85114.5542.3110.2
Hex1125F3603B55732aa
Octal214517660731251635212
Binary1000110010111111101100111011101010111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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