#114009

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

Shades of Myrtle #114009

Tints of Myrtle #114009

Color information

#114009 (or 0x114009) is unknown color: approx Myrtle. HEX triplet: 11, 40 and 09. RGB value is (17,64,9). Sum of RGB (Red+Green+Blue) = 17+64+9=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #114009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114009 is #EEBFF6. Grayscale: #2B2B2B. Windows color (decimal): -15646711 or 606225. OLE color: 606225.

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

Color convert

RGB17649-
CMYK0.7300.860.75
HSL111.27º75.34%14.31%-
HSV(B)111.27º85.94%25.1%-
XYZ2.113.810.88-
YUV43.68108.43108.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 9 (3.91% from 255) = 10%
R=18.89%
G=71.11%
B=10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal176490.7300.860.75111.2775.3414.31
Hex11409490564B6f4be
Octal2110011111012611315711316
Binary10001100000010011001001010101101001011110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114009; }

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

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

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

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

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

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

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

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