#11390C

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

Shades of Myrtle #11390C

Tints of Myrtle #11390C

Color information

#11390C (or 0x11390C) is unknown color: approx Myrtle. HEX triplet: 11, 39 and 0C. RGB value is (17,57,12). Sum of RGB (Red+Green+Blue) = 17+57+12=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #11390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11390C is #EEC6F3. Grayscale: #282828. Windows color (decimal): -15648500 or 801041. OLE color: 801041.

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

Color convert

RGB175712-
CMYK0.7000.790.78
HSL113.33º65.22%13.53%-
HSV(B)113.33º78.95%22.35%-
XYZ1.763.070.85-
YUV39.91112.25111.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=19.77%
G=66.28%
B=13.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757120.7000.790.78113.3365.2213.53
Hex1139C4604F4E7141e
Octal217114106011711616110116
Binary1000111100111001000110010011111001110111000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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