#114007

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

Shades of Myrtle #114007

Tints of Myrtle #114007

Color information

#114007 (or 0x114007) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 07. RGB value is (17,64,7). Sum of RGB (Red+Green+Blue) = 17+64+7=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #114007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114007 is #EEBFF8. Grayscale: #2B2B2B. Windows color (decimal): -15646713 or 475153. OLE color: 475153.

HSL color Cylindrical-coordinate representation of color #114007: hue angle of 109.47º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114007 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB17647-
CMYK0.7300.890.75
HSL109.47º80.28%13.92%-
HSV(B)109.47º89.06%25.1%-
XYZ2.13.80.82-
YUV43.45107.43109.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 7 (3.12% from 255) = 7.95%
R=19.32%
G=72.73%
B=7.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176470.7300.890.75109.4780.2813.92
Hex11407490594B6d50e
Octal211007111013111315512016
Binary1000110000001111001001010110011001011110110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114007; }

 p { color: rgb(17,64,7); }

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

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

 a { background-color: rgb(17,64,7); }

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

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

 span { border-color: rgb(17,64,7); }

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