#124D14

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

Shades of Myrtle #124D14

Tints of Myrtle #124D14

Color information

#124D14 (or 0x124D14) is unknown color: approx Myrtle. HEX triplet: 12, 4D and 14. RGB value is (18,77,20). Sum of RGB (Red+Green+Blue) = 18+77+20=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #124D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D14 is #EDB2EB. Grayscale: #353535. Windows color (decimal): -15577836 or 1330450. OLE color: 1330450.

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

Color convert

RGB187720-
CMYK0.7700.740.70
HSL122.03º62.11%18.63%-
HSV(B)122.03º76.62%30.2%-
XYZ3.035.491.56-
YUV52.86109.45103.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 77 (30.47% from 255) = 66.96%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=15.65%
G=66.96%
B=17.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877200.7700.740.70122.0362.1118.63
Hex124D144D04A467a3e13
Octal221152411501121061727623
Binary100101001101101001001101010010101000110111101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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