#124016

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

Shades of Myrtle #124016

Tints of Myrtle #124016

Color information

#124016 (or 0x124016) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 16. RGB value is (18,64,22). Sum of RGB (Red+Green+Blue) = 18+64+22=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #124016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124016 is #EDBFE9. Grayscale: #2D2D2D. Windows color (decimal): -15581162 or 1458194. OLE color: 1458194.

HSL color Cylindrical-coordinate representation of color #124016: hue angle of 125.22º 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 #124016 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB186422-
CMYK0.7200.660.75
HSL125.22º56.1%16.08%-
HSV(B)125.22º71.88%25.1%-
XYZ2.233.851.39-
YUV45.46114.76108.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=17.31%
G=61.54%
B=21.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864220.7200.660.75125.2256.116.08
Hex124016480424B7d3810
Octal221002611001021131757020
Binary100101000000101101001000010000101001011111110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124016; }

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

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

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

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

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

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

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

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