#11230E

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

Shades of Myrtle #11230E

Tints of Myrtle #11230E

Color information

#11230E (or 0x11230E) is unknown color: approx Myrtle. HEX triplet: 11, 23 and 0E. RGB value is (17,35,14). Sum of RGB (Red+Green+Blue) = 17+35+14=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #11230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230E is #EEDCF1. Grayscale: #1B1B1B. Windows color (decimal): -15654130 or 926481. OLE color: 926481.

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

Color convert

RGB173514-
CMYK0.5100.600.86
HSL111.43º42.86%9.61%-
HSV(B)111.43º60%13.73%-
XYZ0.911.350.63-
YUV27.22120.54120.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=25.76%
G=53.03%
B=21.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735140.5100.600.86111.4342.869.61
Hex1123E3303C566f2ba
Octal214316630741261575312
Binary1000110001111101100110111100101011011011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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