#124A15

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

Shades of Myrtle #124A15

Tints of Myrtle #124A15

Color information

#124A15 (or 0x124A15) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 15. RGB value is (18,74,21). Sum of RGB (Red+Green+Blue) = 18+74+21=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #124A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A15 is #EDB5EA. Grayscale: #333333. Windows color (decimal): -15578603 or 1395218. OLE color: 1395218.

HSL color Cylindrical-coordinate representation of color #124A15: hue angle of 123.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A15 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB187421-
CMYK0.7600.720.71
HSL123.21º60.87%18.04%-
HSV(B)123.21º75.68%29.02%-
XYZ2.835.081.54-
YUV51.21110.95104.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 74 (29.30% from 255) = 65.49%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=15.93%
G=65.49%
B=18.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874210.7600.720.71123.2160.8718.04
Hex124A154C048477b3d12
Octal221122511401101071737522
Binary100101001010101011001100010010001000111111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,74,21); }

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

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

 a { background-color: rgb(18,74,21); }

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

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

 span { border-color: rgb(18,74,21); }

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