#11370F

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

Shades of Myrtle #11370F

Tints of Myrtle #11370F

Color information

#11370F (or 0x11370F) is unknown color: approx Myrtle. HEX triplet: 11, 37 and 0F. RGB value is (17,55,15). Sum of RGB (Red+Green+Blue) = 17+55+15=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #11370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11370F is #EEC8F0. Grayscale: #272727. Windows color (decimal): -15649009 or 997137. OLE color: 997137.

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

Color convert

RGB175515-
CMYK0.6900.730.78
HSL117º57.14%13.73%-
HSV(B)117º72.73%21.57%-
XYZ1.682.890.92-
YUV39.08114.41112.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 55 (21.88% from 255) = 63.22%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=19.54%
G=63.22%
B=17.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755150.6900.730.7811757.1413.73
Hex1137F450494E7539e
Octal21671710501111161657116
Binary100011101111111100010101001001100111011101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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