#124A11

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

Shades of Myrtle #124A11

Tints of Myrtle #124A11

Color information

#124A11 (or 0x124A11) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 11. RGB value is (18,74,17). Sum of RGB (Red+Green+Blue) = 18+74+17=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #124A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A11 is #EDB5EE. Grayscale: #323232. Windows color (decimal): -15578607 or 1133074. OLE color: 1133074.

HSL color Cylindrical-coordinate representation of color #124A11: hue angle of 118.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124A11 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB187417-
CMYK0.7600.770.71
HSL118.95º62.64%17.84%-
HSV(B)118.95º77.03%29.02%-
XYZ2.85.071.36-
YUV50.76108.95104.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 74 (29.30% from 255) = 67.89%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=16.51%
G=67.89%
B=15.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874170.7600.770.71118.9562.6417.84
Hex124A114C04D47773f12
Octal221122111401151071677722
Binary100101001010100011001100010011011000111111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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