#124516

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

Shades of Myrtle #124516

Tints of Myrtle #124516

Color information

#124516 (or 0x124516) is unknown color: approx Myrtle. HEX triplet: 12, 45 and 16. RGB value is (18,69,22). Sum of RGB (Red+Green+Blue) = 18+69+22=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #124516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124516 is #EDBAE9. Grayscale: #303030. Windows color (decimal): -15579882 or 1459474. OLE color: 1459474.

HSL color Cylindrical-coordinate representation of color #124516: hue angle of 124.71º 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 #124516 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB186922-
CMYK0.7400.680.73
HSL124.71º58.62%17.06%-
HSV(B)124.71º73.91%27.06%-
XYZ2.524.441.48-
YUV48.39113.1106.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 69 (27.34% from 255) = 63.30%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=16.51%
G=63.30%
B=20.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869220.7400.680.73124.7158.6217.06
Hex1245164A044497d3b11
Octal221052611201041111757321
Binary100101000101101101001010010001001001001111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124516; }

 p { color: rgb(18,69,22); }

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

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

 a { background-color: rgb(18,69,22); }

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

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

 span { border-color: rgb(18,69,22); }

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