#11360C

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

Shades of Myrtle #11360C

Tints of Myrtle #11360C

Color information

#11360C (or 0x11360C) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 0C. RGB value is (17,54,12). Sum of RGB (Red+Green+Blue) = 17+54+12=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 54 (21.48% from 255 or 65.06% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 54 - color contains mainly: green. Hex color #11360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11360C is #EEC9F3. Grayscale: #262626. Windows color (decimal): -15649268 or 800273. OLE color: 800273.

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

Color convert

RGB175412-
CMYK0.6900.780.79
HSL112.86º63.64%12.94%-
HSV(B)112.86º77.78%21.18%-
XYZ1.622.780.8-
YUV38.15113.24112.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 54 (21.48% from 255) = 65.06%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=20.48%
G=65.06%
B=14.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754120.6900.780.79112.8663.6412.94
Hex1136C4504E4F7140d
Octal216614105011611716110015
Binary1000111011011001000101010011101001111111000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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