#114418

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

Shades of Myrtle #114418

Tints of Myrtle #114418

Color information

#114418 (or 0x114418) is unknown color: approx Myrtle. HEX triplet: 11, 44 and 18. RGB value is (17,68,24). Sum of RGB (Red+Green+Blue) = 17+68+24=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #114418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114418 is #EEBBE7. Grayscale: #2F2F2F. Windows color (decimal): -15645672 or 1590289. OLE color: 1590289.

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

Color convert

RGB176824-
CMYK0.7500.650.73
HSL128.24º60%16.67%-
HSV(B)128.24º75%26.67%-
XYZ2.464.321.57-
YUV47.73114.6106.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=15.60%
G=62.39%
B=22.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768240.7500.650.73128.246016.67
Hex1144184B04149803c11
Octal211043011301011112007421
Binary1000110001001100010010110100000110010011000000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114418; }

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

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

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

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

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

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

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

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