#124615

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

Shades of Myrtle #124615

Tints of Myrtle #124615

Color information

#124615 (or 0x124615) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 15. RGB value is (18,70,21). Sum of RGB (Red+Green+Blue) = 18+70+21=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #124615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124615 is #EDB9EA. Grayscale: #313131. Windows color (decimal): -15579627 or 1394194. OLE color: 1394194.

HSL color Cylindrical-coordinate representation of color #124615: hue angle of 123.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124615 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB187021-
CMYK0.7400.700.73
HSL123.46º59.09%17.25%-
HSV(B)123.46º74.29%27.45%-
XYZ2.574.561.45-
YUV48.87112.27105.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 70 (27.73% from 255) = 64.22%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=16.51%
G=64.22%
B=19.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870210.7400.700.73123.4659.0917.25
Hex1246154A046497b3b11
Octal221062511201061111737321
Binary100101000110101011001010010001101001001111101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124615; }

 p { color: rgb(18,70,21); }

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

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

 a { background-color: rgb(18,70,21); }

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

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

 span { border-color: rgb(18,70,21); }

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