#124115

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

Shades of Myrtle #124115

Tints of Myrtle #124115

Color information

#124115 (or 0x124115) is unknown color: approx Myrtle. HEX triplet: 12, 41 and 15. RGB value is (18,65,21). Sum of RGB (Red+Green+Blue) = 18+65+21=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #124115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124115 is #EDBEEA. Grayscale: #2E2E2E. Windows color (decimal): -15580907 or 1392914. OLE color: 1392914.

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

Color convert

RGB186521-
CMYK0.7200.680.75
HSL123.83º56.63%16.27%-
HSV(B)123.83º72.31%25.49%-
XYZ2.283.961.35-
YUV45.93113.93108.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=17.31%
G=62.5%
B=20.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865210.7200.680.75123.8356.6316.27
Hex124115480444B7c3910
Octal221012511001041131747120
Binary100101000001101011001000010001001001011111110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124115; }

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

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

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

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

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

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

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

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