#11300A

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

Shades of Myrtle #11300A

Tints of Myrtle #11300A

Color information

#11300A (or 0x11300A) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 0A. RGB value is (17,48,10). Sum of RGB (Red+Green+Blue) = 17+48+10=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #11300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300A is #EECFF5. Grayscale: #222222. Windows color (decimal): -15650806 or 667665. OLE color: 667665.

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

Color convert

RGB174810-
CMYK0.6500.790.81
HSL108.95º65.52%11.37%-
HSV(B)108.95º79.17%18.82%-
XYZ1.342.250.65-
YUV34.4114.23115.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=22.67%
G=64%
B=13.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748100.6500.790.81108.9565.5211.37
Hex1130A4104F516d42b
Octal216012101011712115510213
Binary1000111000010101000001010011111010001110110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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