#11390D

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

Shades of Myrtle #11390D

Tints of Myrtle #11390D

Color information

#11390D (or 0x11390D) is unknown color: approx Myrtle. HEX triplet: 11, 39 and 0D. RGB value is (17,57,13). Sum of RGB (Red+Green+Blue) = 17+57+13=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #11390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11390D is #EEC6F2. Grayscale: #282828. Windows color (decimal): -15648499 or 866577. OLE color: 866577.

HSL color Cylindrical-coordinate representation of color #11390D: hue angle of 114.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11390D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB175713-
CMYK0.7000.770.78
HSL114.55º62.86%13.73%-
HSV(B)114.55º77.19%22.35%-
XYZ1.773.070.88-
YUV40.02112.75111.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 57 (22.66% from 255) = 65.52%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=19.54%
G=65.52%
B=14.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757130.7000.770.78114.5562.8613.73
Hex1139D4604D4E733fe
Octal21711510601151161637716
Binary100011110011101100011001001101100111011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11390D; }

 p { color: rgb(17,57,13); }

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

<style>
 a { background-color: #11390D; }

 a { background-color: rgb(17,57,13); }

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

<style>
 span { border-color: #11390D; }

 span { border-color: rgb(17,57,13); }

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