#11551A

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

Shades of Myrtle #11551A

Tints of Myrtle #11551A

Color information

#11551A (or 0x11551A) is unknown color: approx Myrtle. HEX triplet: 11, 55 and 1A. RGB value is (17,85,26). Sum of RGB (Red+Green+Blue) = 17+85+26=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #11551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11551A is #EEAAE5. Grayscale: #3A3A3A. Windows color (decimal): -15641318 or 1725713. OLE color: 1725713.

HSL color Cylindrical-coordinate representation of color #11551A: hue angle of 127.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11551A is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB178526-
CMYK0.8000.690.67
HSL127.94º66.67%20%-
HSV(B)127.94º80%33.33%-
XYZ3.676.692.08-
YUV57.94109.9798.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=13.28%
G=66.41%
B=20.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785260.8000.690.67127.9466.6720
Hex11551A5004543804314
Octal2112532120010510320010324
Binary10001101010111010101000001000101100001110000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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