#124D09

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

Shades of Myrtle #124D09

Tints of Myrtle #124D09

Color information

#124D09 (or 0x124D09) is unknown color: approx Myrtle. HEX triplet: 12, 4D and 09. RGB value is (18,77,9). Sum of RGB (Red+Green+Blue) = 18+77+9=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #124D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D09 is #EDB2F6. Grayscale: #333333. Windows color (decimal): -15577847 or 609554. OLE color: 609554.

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

Color convert

RGB18779-
CMYK0.7700.880.70
HSL112.06º79.07%16.86%-
HSV(B)112.06º88.31%30.2%-
XYZ2.955.461.16-
YUV51.61103.95104.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 77 (30.47% from 255) = 74.04%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=17.31%
G=74.04%
B=8.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal187790.7700.880.70112.0679.0716.86
Hex124D94D05846704f11
Octal2211511115013010616011721
Binary100101001101100110011010101100010001101110000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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