#11230A

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

Shades of Myrtle #11230A

Tints of Myrtle #11230A

Color information

#11230A (or 0x11230A) is unknown color: approx Myrtle. HEX triplet: 11, 23 and 0A. RGB value is (17,35,10). Sum of RGB (Red+Green+Blue) = 17+35+10=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #11230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230A is #EEDCF5. Grayscale: #1A1A1A. Windows color (decimal): -15654134 or 664337. OLE color: 664337.

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

Color convert

RGB173510-
CMYK0.5100.710.86
HSL103.2º55.56%8.82%-
HSV(B)103.2º71.43%13.73%-
XYZ0.891.340.5-
YUV26.77118.54121.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=27.42%
G=56.45%
B=16.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735100.5100.710.86103.255.568.82
Hex1123A330475667389
Octal2143126301071261477011
Binary10001100011101011001101000111101011011001111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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