#11230F

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

Shades of Myrtle #11230F

Tints of Myrtle #11230F

Color information

#11230F (or 0x11230F) is unknown color: approx Myrtle. HEX triplet: 11, 23 and 0F. RGB value is (17,35,15). Sum of RGB (Red+Green+Blue) = 17+35+15=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #11230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230F is #EEDCF0. Grayscale: #1B1B1B. Windows color (decimal): -15654129 or 992017. OLE color: 992017.

HSL color Cylindrical-coordinate representation of color #11230F: hue angle of 114º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #11230F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB173515-
CMYK0.5100.570.86
HSL114º40%9.8%-
HSV(B)114º57.14%13.73%-
XYZ0.921.360.67-
YUV27.34121.04120.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=25.37%
G=52.24%
B=22.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735150.5100.570.86114409.8
Hex1123F33039567228a
Octal214317630711261625012
Binary1000110001111111100110111001101011011100101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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