#11300E

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

Shades of Myrtle #11300E

Tints of Myrtle #11300E

Color information

#11300E (or 0x11300E) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 0E. RGB value is (17,48,14). Sum of RGB (Red+Green+Blue) = 17+48+14=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #11300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300E is #EECFF1. Grayscale: #222222. Windows color (decimal): -15650802 or 929809. OLE color: 929809.

HSL color Cylindrical-coordinate representation of color #11300E: hue angle of 114.71º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11300E is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB174814-
CMYK0.6500.710.81
HSL114.71º54.84%12.16%-
HSV(B)114.71º70.83%18.82%-
XYZ1.372.260.78-
YUV34.86116.23115.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=21.52%
G=60.76%
B=17.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748140.6500.710.81114.7154.8412.16
Hex1130E41047517337c
Octal21601610101071211636714
Binary100011100001110100000101000111101000111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11300E; }

 p { color: rgb(17,48,14); }

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

<style>
 a { background-color: #11300E; }

 a { background-color: rgb(17,48,14); }

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

<style>
 span { border-color: #11300E; }

 span { border-color: rgb(17,48,14); }

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