#124D11

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

Shades of Myrtle #124D11

Tints of Myrtle #124D11

Color information

#124D11 (or 0x124D11) is unknown color: approx Myrtle. HEX triplet: 12, 4D and 11. RGB value is (18,77,17). Sum of RGB (Red+Green+Blue) = 18+77+17=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 77 (30.47% from 255 or 68.75% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 77 - color contains mainly: green. Hex color #124D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D11 is #EDB2EE. Grayscale: #343434. Windows color (decimal): -15577839 or 1133842. OLE color: 1133842.

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

Color convert

RGB187717-
CMYK0.7700.780.70
HSL119º63.83%18.43%-
HSV(B)119º77.92%30.2%-
XYZ35.481.43-
YUV52.52107.95103.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 77 (30.47% from 255) = 68.75%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=16.07%
G=68.75%
B=15.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1877170.7700.780.7011963.8318.43
Hex124D114D04E46774012
Octal2211521115011610616710022
Binary1001010011011000110011010100111010001101110111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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