#114D0F

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

Shades of Myrtle #114D0F

Tints of Myrtle #114D0F

Color information

#114D0F (or 0x114D0F) is unknown color: approx Myrtle. HEX triplet: 11, 4D and 0F. RGB value is (17,77,15). Sum of RGB (Red+Green+Blue) = 17+77+15=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #114D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114D0F is #EEB2F0. Grayscale: #343434. Windows color (decimal): -15643377 or 1002769. OLE color: 1002769.

HSL color Cylindrical-coordinate representation of color #114D0F: hue angle of 118.06º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114D0F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB177715-
CMYK0.7800.810.70
HSL118.06º67.39%18.04%-
HSV(B)118.06º80.52%30.2%-
XYZ2.975.461.35-
YUV51.99107.12103.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 77 (30.47% from 255) = 70.64%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=15.60%
G=70.64%
B=13.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777150.7800.810.70118.0667.3918.04
Hex114DF4E05146764312
Octal2111517116012110616610322
Binary100011001101111110011100101000110001101110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D0F; }

 p { color: rgb(17,77,15); }

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

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

 a { background-color: rgb(17,77,15); }

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

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

 span { border-color: rgb(17,77,15); }

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