#114918

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

Shades of Myrtle #114918

Tints of Myrtle #114918

Color information

#114918 (or 0x114918) is unknown color: approx Myrtle. HEX triplet: 11, 49 and 18. RGB value is (17,73,24). Sum of RGB (Red+Green+Blue) = 17+73+24=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #114918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114918 is #EEB6E7. Grayscale: #323232. Windows color (decimal): -15644392 or 1591569. OLE color: 1591569.

HSL color Cylindrical-coordinate representation of color #114918: hue angle of 127.5º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114918 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB177324-
CMYK0.7700.670.71
HSL127.5º62.22%17.65%-
HSV(B)127.5º76.71%28.63%-
XYZ2.784.951.67-
YUV50.67112.95103.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 73 (28.91% from 255) = 64.04%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=14.91%
G=64.04%
B=21.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773240.7700.670.71127.562.2217.65
Hex1149184D04347803e12
Octal211113011501031072007622
Binary1000110010011100010011010100001110001111000000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114918; }

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

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

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

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

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

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

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

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