#124412

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

Shades of Myrtle #124412

Tints of Myrtle #124412

Color information

#124412 (or 0x124412) is unknown color: approx Myrtle. HEX triplet: 12, 44 and 12. RGB value is (18,68,18). Sum of RGB (Red+Green+Blue) = 18+68+18=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #124412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124412 is #EDBBED. Grayscale: #2F2F2F. Windows color (decimal): -15580142 or 1197074. OLE color: 1197074.

HSL color Cylindrical-coordinate representation of color #124412: hue angle of 120º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124412 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB186818-
CMYK0.7400.740.73
HSL120º58.14%16.86%-
HSV(B)120º73.53%26.67%-
XYZ2.434.311.28-
YUV47.35111.44107.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=17.31%
G=65.38%
B=17.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868180.7400.740.7312058.1416.86
Hex1244124A04A49783a11
Octal221042211201121111707221
Binary100101000100100101001010010010101001001111100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124412; }

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

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

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

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

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

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

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

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