#124413

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

Shades of Myrtle #124413

Tints of Myrtle #124413

Color information

#124413 (or 0x124413) is unknown color: approx Myrtle. HEX triplet: 12, 44 and 13. RGB value is (18,68,19). Sum of RGB (Red+Green+Blue) = 18+68+19=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #124413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124413 is #EDBBEC. Grayscale: #2F2F2F. Windows color (decimal): -15580141 or 1262610. OLE color: 1262610.

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

Color convert

RGB186819-
CMYK0.7400.720.73
HSL121.2º58.14%16.86%-
HSV(B)121.2º73.53%26.67%-
XYZ2.434.311.32-
YUV47.46111.94106.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=17.14%
G=64.76%
B=18.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868190.7400.720.73121.258.1416.86
Hex1244134A04849793a11
Octal221042311201101111717221
Binary100101000100100111001010010010001001001111100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124413; }

 p { color: rgb(18,68,19); }

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

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

 a { background-color: rgb(18,68,19); }

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

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

 span { border-color: rgb(18,68,19); }

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