#124E18

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

Shades of Myrtle #124E18

Tints of Myrtle #124E18

Color information

#124E18 (or 0x124E18) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 18. RGB value is (18,78,24). Sum of RGB (Red+Green+Blue) = 18+78+24=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #124E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E18 is #EDB1E7. Grayscale: #363636. Windows color (decimal): -15577576 or 1592850. OLE color: 1592850.

HSL color Cylindrical-coordinate representation of color #124E18: hue angle of 126º 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 #124E18 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB187824-
CMYK0.7700.690.69
HSL126º62.5%18.82%-
HSV(B)126º76.92%30.59%-
XYZ3.145.641.79-
YUV53.9111.12102.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 78 (30.86% from 255) = 65%
BLUE value IS 24 (9.77% from 255) = 20%
R=15%
G=65%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878240.7700.690.6912662.518.82
Hex124E184D045457e3e13
Octal221163011501051051767623
Binary100101001110110001001101010001011000101111111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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