#11480A

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

Shades of Myrtle #11480A

Tints of Myrtle #11480A

Color information

#11480A (or 0x11480A) is unknown color: approx Myrtle. HEX triplet: 11, 48 and 0A. RGB value is (17,72,10). Sum of RGB (Red+Green+Blue) = 17+72+10=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #11480A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11480A is #EEB7F5. Grayscale: #303030. Windows color (decimal): -15644662 or 673809. OLE color: 673809.

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

Color convert

RGB177210-
CMYK0.7600.860.72
HSL113.23º75.61%16.08%-
HSV(B)113.23º86.11%28.24%-
XYZ2.64.781.07-
YUV48.49106.28105.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=17.17%
G=72.73%
B=10.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772100.7600.860.72113.2375.6116.08
Hex1148A4C05648714c10
Octal2111012114012611016111420
Binary100011001000101010011000101011010010001110001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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