#124E14

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

Shades of Myrtle #124E14

Tints of Myrtle #124E14

Color information

#124E14 (or 0x124E14) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 14. RGB value is (18,78,20). Sum of RGB (Red+Green+Blue) = 18+78+20=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #124E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E14 is #EDB1EB. Grayscale: #353535. Windows color (decimal): -15577580 or 1330706. OLE color: 1330706.

HSL color Cylindrical-coordinate representation of color #124E14: hue angle of 122º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E14 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB187820-
CMYK0.7700.740.69
HSL122º62.5%18.82%-
HSV(B)122º76.92%30.59%-
XYZ3.15.631.58-
YUV53.45109.12102.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 78 (30.86% from 255) = 67.24%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=15.52%
G=67.24%
B=17.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878200.7700.740.6912262.518.82
Hex124E144D04A457a3e13
Octal221162411501121051727623
Binary100101001110101001001101010010101000101111101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124E14; }

 p { color: rgb(18,78,20); }

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

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

 a { background-color: rgb(18,78,20); }

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

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

 span { border-color: rgb(18,78,20); }

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