#11270A

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

Shades of Myrtle #11270A

Tints of Myrtle #11270A

Color information

#11270A (or 0x11270A) is unknown color: approx Myrtle. HEX triplet: 11, 27 and 0A. RGB value is (17,39,10). Sum of RGB (Red+Green+Blue) = 17+39+10=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #11270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11270A is #EED8F5. Grayscale: #1D1D1D. Windows color (decimal): -15653110 or 665361. OLE color: 665361.

HSL color Cylindrical-coordinate representation of color #11270A: hue angle of 105.52º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11270A is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB173910-
CMYK0.5600.740.85
HSL105.52º59.18%9.61%-
HSV(B)105.52º74.36%15.29%-
XYZ1.011.590.54-
YUV29.12117.21119.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=25.76%
G=59.09%
B=15.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739100.5600.740.85105.5259.189.61
Hex1127A3804A556a3ba
Octal2147127001121251527312
Binary10001100111101011100001001010101010111010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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