#11360A

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

Shades of Myrtle #11360A

Tints of Myrtle #11360A

Color information

#11360A (or 0x11360A) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 0A. RGB value is (17,54,10). Sum of RGB (Red+Green+Blue) = 17+54+10=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #11360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11360A is #EEC9F5. Grayscale: #262626. Windows color (decimal): -15649270 or 669201. OLE color: 669201.

HSL color Cylindrical-coordinate representation of color #11360A: hue angle of 110.45º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11360A is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB175410-
CMYK0.6900.810.79
HSL110.45º68.75%12.55%-
HSV(B)110.45º81.48%21.18%-
XYZ1.612.780.74-
YUV37.92112.24113.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=20.99%
G=66.67%
B=12.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754100.6900.810.79110.4568.7512.55
Hex1136A450514F6e45d
Octal216612105012111715610515
Binary1000111011010101000101010100011001111110111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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