#124E19

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

Shades of Myrtle #124E19

Tints of Myrtle #124E19

Color information

#124E19 (or 0x124E19) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 19. RGB value is (18,78,25). Sum of RGB (Red+Green+Blue) = 18+78+25=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #124E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E19 is #EDB1E6. Grayscale: #363636. Windows color (decimal): -15577575 or 1658386. OLE color: 1658386.

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

Color convert

RGB187825-
CMYK0.7700.680.69
HSL127º62.5%18.82%-
HSV(B)127º76.92%30.59%-
XYZ3.155.651.84-
YUV54.02111.62102.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 78 (30.86% from 255) = 64.46%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=14.88%
G=64.46%
B=20.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878250.7700.680.6912762.518.82
Hex124E194D044457f3e13
Octal221163111501041051777623
Binary100101001110110011001101010001001000101111111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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