#124E11

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

Shades of Myrtle #124E11

Tints of Myrtle #124E11

Color information

#124E11 (or 0x124E11) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 11. RGB value is (18,78,17). Sum of RGB (Red+Green+Blue) = 18+78+17=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 78 (30.86% from 255 or 69.03% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 78 - color contains mainly: green. Hex color #124E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E11 is #EDB1EE. Grayscale: #353535. Windows color (decimal): -15577583 or 1134098. OLE color: 1134098.

HSL color Cylindrical-coordinate representation of color #124E11: hue angle of 119.02º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124E11 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB187817-
CMYK0.7700.780.69
HSL119.02º64.21%18.63%-
HSV(B)119.02º78.21%30.59%-
XYZ3.085.621.45-
YUV53.11107.62102.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 78 (30.86% from 255) = 69.03%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=15.93%
G=69.03%
B=15.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878170.7700.780.69119.0264.2118.63
Hex124E114D04E45774013
Octal2211621115011610516710023
Binary1001010011101000110011010100111010001011110111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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