#124011

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

Shades of Myrtle #124011

Tints of Myrtle #124011

Color information

#124011 (or 0x124011) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 11. RGB value is (18,64,17). Sum of RGB (Red+Green+Blue) = 18+64+17=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #124011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124011 is #EDBFEE. Grayscale: #2D2D2D. Windows color (decimal): -15581167 or 1130514. OLE color: 1130514.

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

Color convert

RGB186417-
CMYK0.7200.730.75
HSL118.72º58.02%15.88%-
HSV(B)118.72º73.44%25.1%-
XYZ2.183.841.16-
YUV44.89112.26108.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=18.18%
G=64.65%
B=17.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864170.7200.730.75118.7258.0215.88
Hex124011480494B773a10
Octal221002111001111131677220
Binary100101000000100011001000010010011001011111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124011; }

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

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

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

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

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

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

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

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