#124013

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

Shades of Myrtle #124013

Tints of Myrtle #124013

Color information

#124013 (or 0x124013) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 13. RGB value is (18,64,19). Sum of RGB (Red+Green+Blue) = 18+64+19=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #124013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124013 is #EDBFEC. Grayscale: #2D2D2D. Windows color (decimal): -15581165 or 1261586. OLE color: 1261586.

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

Color convert

RGB186419-
CMYK0.7200.700.75
HSL121.3º56.1%16.08%-
HSV(B)121.3º71.88%25.1%-
XYZ2.23.841.24-
YUV45.12113.26108.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=17.82%
G=63.37%
B=18.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864190.7200.700.75121.356.116.08
Hex124013480464B793810
Octal221002311001061131717020
Binary100101000000100111001000010001101001011111100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124013; }

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

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

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

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

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

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

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

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