#114618

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

Shades of Myrtle #114618

Tints of Myrtle #114618

Color information

#114618 (or 0x114618) is unknown color: approx Myrtle. HEX triplet: 11, 46 and 18. RGB value is (17,70,24). Sum of RGB (Red+Green+Blue) = 17+70+24=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #114618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114618 is #EEB9E7. Grayscale: #313131. Windows color (decimal): -15645160 or 1590801. OLE color: 1590801.

HSL color Cylindrical-coordinate representation of color #114618: hue angle of 127.92º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114618 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB177024-
CMYK0.7600.660.73
HSL127.92º60.92%17.06%-
HSV(B)127.92º75.71%27.45%-
XYZ2.594.571.61-
YUV48.91113.94105.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 70 (27.73% from 255) = 63.06%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=15.32%
G=63.06%
B=21.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770240.7600.660.73127.9260.9217.06
Hex1146184C04249803d11
Octal211063011401021112007521
Binary1000110001101100010011000100001010010011000000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114618; }

 p { color: rgb(17,70,24); }

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

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

 a { background-color: rgb(17,70,24); }

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

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

 span { border-color: rgb(17,70,24); }

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