#124E1A

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

Shades of Myrtle #124E1A

Tints of Myrtle #124E1A

Color information

#124E1A (or 0x124E1A) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 1A. RGB value is (18,78,26). Sum of RGB (Red+Green+Blue) = 18+78+26=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1A is #EDB1E5. Grayscale: #363636. Windows color (decimal): -15577574 or 1723922. OLE color: 1723922.

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

Color convert

RGB187826-
CMYK0.7700.670.69
HSL128º62.5%18.82%-
HSV(B)128º76.92%30.59%-
XYZ3.165.651.9-
YUV54.13112.12102.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 78 (30.86% from 255) = 63.93%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=14.75%
G=63.93%
B=21.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878260.7700.670.6912862.518.82
Hex124E1A4D04345803e13
Octal221163211501031052007623
Binary1001010011101101010011010100001110001011000000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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