#124A0D

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

Shades of Myrtle #124A0D

Tints of Myrtle #124A0D

Color information

#124A0D (or 0x124A0D) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 0D. RGB value is (18,74,13). Sum of RGB (Red+Green+Blue) = 18+74+13=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #124A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A0D is #EDB5F2. Grayscale: #323232. Windows color (decimal): -15578611 or 870930. OLE color: 870930.

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

Color convert

RGB187413-
CMYK0.7600.820.71
HSL115.08º70.11%17.06%-
HSV(B)115.08º82.43%29.02%-
XYZ2.775.061.21-
YUV50.3106.95104.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 74 (29.30% from 255) = 70.48%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=17.14%
G=70.48%
B=12.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874130.7600.820.71115.0870.1117.06
Hex124AD4C05247734611
Octal2211215114012210716310621
Binary100101001010110110011000101001010001111110011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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