#124014

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

Shades of Myrtle #124014

Tints of Myrtle #124014

Color information

#124014 (or 0x124014) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 14. RGB value is (18,64,20). Sum of RGB (Red+Green+Blue) = 18+64+20=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #124014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124014 is #EDBFEB. Grayscale: #2D2D2D. Windows color (decimal): -15581164 or 1327122. OLE color: 1327122.

HSL color Cylindrical-coordinate representation of color #124014: hue angle of 122.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124014 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB186420-
CMYK0.7200.690.75
HSL122.61º56.1%16.08%-
HSV(B)122.61º71.88%25.1%-
XYZ2.213.851.29-
YUV45.23113.76108.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=17.65%
G=62.75%
B=19.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864200.7200.690.75122.6156.116.08
Hex124014480454B7b3810
Octal221002411001051131737020
Binary100101000000101001001000010001011001011111101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124014; }

 p { color: rgb(18,64,20); }

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

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

 a { background-color: rgb(18,64,20); }

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

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

 span { border-color: rgb(18,64,20); }

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