#124A1A

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

Shades of Myrtle #124A1A

Tints of Myrtle #124A1A

Color information

#124A1A (or 0x124A1A) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 1A. RGB value is (18,74,26). Sum of RGB (Red+Green+Blue) = 18+74+26=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #124A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A1A is #EDB5E5. Grayscale: #333333. Windows color (decimal): -15578598 or 1722898. OLE color: 1722898.

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

Color convert

RGB187426-
CMYK0.7600.650.71
HSL128.57º60.87%18.04%-
HSV(B)128.57º75.68%29.02%-
XYZ2.885.11.81-
YUV51.78113.45103.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 74 (29.30% from 255) = 62.71%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=15.25%
G=62.71%
B=22.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874260.7600.650.71128.5760.8718.04
Hex124A1A4C04147813d12
Octal221123211401011072017522
Binary1001010010101101010011000100000110001111000000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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