#124D13

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

Shades of Myrtle #124D13

Tints of Myrtle #124D13

Color information

#124D13 (or 0x124D13) is unknown color: approx Myrtle. HEX triplet: 12, 4D and 13. RGB value is (18,77,19). Sum of RGB (Red+Green+Blue) = 18+77+19=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #124D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D13 is #EDB2EC. Grayscale: #343434. Windows color (decimal): -15577837 or 1264914. OLE color: 1264914.

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

Color convert

RGB187719-
CMYK0.7700.750.70
HSL121.02º62.11%18.63%-
HSV(B)121.02º76.62%30.2%-
XYZ3.025.481.52-
YUV52.75108.95103.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 77 (30.47% from 255) = 67.54%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=15.79%
G=67.54%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877190.7700.750.70121.0262.1118.63
Hex124D134D04B46793e13
Octal221152311501131061717623
Binary100101001101100111001101010010111000110111100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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