#124F18

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

Shades of Myrtle #124F18

Tints of Myrtle #124F18

Color information

#124F18 (or 0x124F18) is unknown color: approx Myrtle. HEX triplet: 12, 4F and 18. RGB value is (18,79,24). Sum of RGB (Red+Green+Blue) = 18+79+24=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #124F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F18 is #EDB0E7. Grayscale: #363636. Windows color (decimal): -15577320 or 1593106. OLE color: 1593106.

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

Color convert

RGB187924-
CMYK0.7700.700.69
HSL125.9º62.89%19.02%-
HSV(B)125.9º77.22%30.98%-
XYZ3.215.791.81-
YUV54.49110.79101.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 79 (31.25% from 255) = 65.29%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=14.88%
G=65.29%
B=19.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879240.7700.700.69125.962.8919.02
Hex124F184D046457e3f13
Octal221173011501061051767723
Binary100101001111110001001101010001101000101111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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