#11300F

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

Shades of Myrtle #11300F

Tints of Myrtle #11300F

Color information

#11300F (or 0x11300F) is unknown color: approx Myrtle. HEX triplet: 11, 30 and 0F. RGB value is (17,48,15). Sum of RGB (Red+Green+Blue) = 17+48+15=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #11300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300F is #EECFF0. Grayscale: #232323. Windows color (decimal): -15650801 or 995345. OLE color: 995345.

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

Color convert

RGB174815-
CMYK0.6500.690.81
HSL116.36º52.38%12.35%-
HSV(B)116.36º68.75%18.82%-
XYZ1.372.270.82-
YUV34.97116.73115.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=21.25%
G=60%
B=18.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748150.6500.690.81116.3652.3812.35
Hex1130F41045517434c
Octal21601710101051211646414
Binary100011100001111100000101000101101000111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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