#11480D

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

Shades of Myrtle #11480D

Tints of Myrtle #11480D

Color information

#11480D (or 0x11480D) is unknown color: approx Myrtle. HEX triplet: 11, 48 and 0D. RGB value is (17,72,13). Sum of RGB (Red+Green+Blue) = 17+72+13=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #11480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11480D is #EEB7F2. Grayscale: #313131. Windows color (decimal): -15644659 or 870417. OLE color: 870417.

HSL color Cylindrical-coordinate representation of color #11480D: hue angle of 115.93º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11480D is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB177213-
CMYK0.7600.820.72
HSL115.93º69.41%16.67%-
HSV(B)115.93º81.94%28.24%-
XYZ2.624.781.17-
YUV48.83107.78105.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 72 (28.52% from 255) = 70.59%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=16.67%
G=70.59%
B=12.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772130.7600.820.72115.9369.4116.67
Hex1148D4C05248744511
Octal2111015114012211016410521
Binary100011001000110110011000101001010010001110100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11480D; }

 p { color: rgb(17,72,13); }

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

<style>
 a { background-color: #11480D; }

 a { background-color: rgb(17,72,13); }

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

<style>
 span { border-color: #11480D; }

 span { border-color: rgb(17,72,13); }

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