#124D10

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

Shades of Myrtle #124D10

Tints of Myrtle #124D10

Color information

#124D10 (or 0x124D10) is unknown color: approx Myrtle. HEX triplet: 12, 4D and 10. RGB value is (18,77,16). Sum of RGB (Red+Green+Blue) = 18+77+16=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #124D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D10 is #EDB2EF. Grayscale: #343434. Windows color (decimal): -15577840 or 1068306. OLE color: 1068306.

HSL color Cylindrical-coordinate representation of color #124D10: hue angle of 118.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124D10 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB187716-
CMYK0.7700.790.70
HSL118.03º65.59%18.24%-
HSV(B)118.03º79.22%30.2%-
XYZ35.471.39-
YUV52.4107.45103.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 77 (30.47% from 255) = 69.37%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=16.22%
G=69.37%
B=14.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877160.7700.790.70118.0365.5918.24
Hex124D104D04F46764212
Octal2211520115011710616610222
Binary1001010011011000010011010100111110001101110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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