#11300C

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

Shades of Myrtle #11300C

Tints of Myrtle #11300C

Color information

#11300C (or 0x11300C) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 0C. RGB value is (17,48,12). Sum of RGB (Red+Green+Blue) = 17+48+12=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #11300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300C is #EECFF3. Grayscale: #222222. Windows color (decimal): -15650804 or 798737. OLE color: 798737.

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

Color convert

RGB174812-
CMYK0.6500.750.81
HSL111.67º60%11.76%-
HSV(B)111.67º75%18.82%-
XYZ1.352.260.71-
YUV34.63115.23115.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=22.08%
G=62.34%
B=15.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748120.6500.750.81111.676011.76
Hex1130C4104B51703cc
Octal21601410101131211607414
Binary100011100001100100000101001011101000111100001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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