#11491A

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

Shades of Myrtle #11491A

Tints of Myrtle #11491A

Color information

#11491A (or 0x11491A) is unknown color: approx Myrtle. HEX triplet: 11, 49 and 1A. RGB value is (17,73,26). Sum of RGB (Red+Green+Blue) = 17+73+26=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #11491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11491A is #EEB6E5. Grayscale: #333333. Windows color (decimal): -15644390 or 1722641. OLE color: 1722641.

HSL color Cylindrical-coordinate representation of color #11491A: hue angle of 129.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11491A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB177326-
CMYK0.7700.640.71
HSL129.64º62.22%17.65%-
HSV(B)129.64º76.71%28.63%-
XYZ2.84.961.79-
YUV50.9113.95103.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=14.66%
G=62.93%
B=22.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773260.7700.640.71129.6462.2217.65
Hex11491A4D04047823e12
Octal211113211501001072027622
Binary1000110010011101010011010100000010001111000001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,73,26); }

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

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

 a { background-color: rgb(17,73,26); }

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

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

 span { border-color: rgb(17,73,26); }

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