#124012

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

Shades of Myrtle #124012

Tints of Myrtle #124012

Color information

#124012 (or 0x124012) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 12. RGB value is (18,64,18). Sum of RGB (Red+Green+Blue) = 18+64+18=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #124012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124012 is #EDBFED. Grayscale: #2D2D2D. Windows color (decimal): -15581166 or 1196050. OLE color: 1196050.

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

Color convert

RGB186418-
CMYK0.7200.720.75
HSL120º56.1%16.08%-
HSV(B)120º71.88%25.1%-
XYZ2.193.841.2-
YUV45112.76108.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 64 (25.39% from 255) = 64%
BLUE value IS 18 (7.42% from 255) = 18%
R=18%
G=64%
B=18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864180.7200.720.7512056.116.08
Hex124012480484B783810
Octal221002211001101131707020
Binary100101000000100101001000010010001001011111100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124012; }

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

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

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

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

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

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

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

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