#11360F

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

Shades of Myrtle #11360F

Tints of Myrtle #11360F

Color information

#11360F (or 0x11360F) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 0F. RGB value is (17,54,15). Sum of RGB (Red+Green+Blue) = 17+54+15=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #11360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11360F is #EEC9F0. Grayscale: #262626. Windows color (decimal): -15649265 or 996881. OLE color: 996881.

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

Color convert

RGB175415-
CMYK0.6900.720.79
HSL116.92º56.52%13.53%-
HSV(B)116.92º72.22%21.18%-
XYZ1.642.790.9-
YUV38.49114.74112.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 54 (21.48% from 255) = 62.79%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=19.77%
G=62.79%
B=17.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754150.6900.720.79116.9256.5213.53
Hex1136F450484F7539e
Octal21661710501101171657116
Binary100011101101111100010101001000100111111101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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