#114518

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

Shades of Myrtle #114518

Tints of Myrtle #114518

Color information

#114518 (or 0x114518) is unknown color: approx Myrtle. HEX triplet: 11, 45 and 18. RGB value is (17,69,24). Sum of RGB (Red+Green+Blue) = 17+69+24=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #114518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114518 is #EEBAE7. Grayscale: #303030. Windows color (decimal): -15645416 or 1590545. OLE color: 1590545.

HSL color Cylindrical-coordinate representation of color #114518: hue angle of 128.08º 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 #114518 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB176924-
CMYK0.7500.650.73
HSL128.08º60.47%16.86%-
HSV(B)128.08º75.36%27.06%-
XYZ2.524.441.59-
YUV48.32114.27105.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=15.45%
G=62.73%
B=21.82%

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
Decimal1769240.7500.650.73128.0860.4716.86
Hex1145184B04149803c11
Octal211053011301011112007421
Binary1000110001011100010010110100000110010011000000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114518; }

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

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

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

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

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

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

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

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