#124E13

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

Shades of Myrtle #124E13

Tints of Myrtle #124E13

Color information

#124E13 (or 0x124E13) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 13. RGB value is (18,78,19). Sum of RGB (Red+Green+Blue) = 18+78+19=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #124E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E13 is #EDB1EC. Grayscale: #353535. Windows color (decimal): -15577581 or 1265170. OLE color: 1265170.

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

Color convert

RGB187819-
CMYK0.7700.760.69
HSL121º62.5%18.82%-
HSV(B)121º76.92%30.59%-
XYZ3.095.621.54-
YUV53.33108.62102.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 78 (30.86% from 255) = 67.83%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=15.65%
G=67.83%
B=16.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878190.7700.760.6912162.518.82
Hex124E134D04C45793e13
Octal221162311501141051717623
Binary100101001110100111001101010011001000101111100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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