#12420E

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

Shades of Myrtle #12420E

Tints of Myrtle #12420E

Color information

#12420E (or 0x12420E) is unknown color: approx Myrtle. HEX triplet: 12, 42 and 0E. RGB value is (18,66,14). Sum of RGB (Red+Green+Blue) = 18+66+14=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #12420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12420E is #EDBDF1. Grayscale: #2D2D2D. Windows color (decimal): -15580658 or 934418. OLE color: 934418.

HSL color Cylindrical-coordinate representation of color #12420E: hue angle of 115.38º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12420E is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB186614-
CMYK0.7300.790.74
HSL115.38º65%15.69%-
HSV(B)115.38º78.79%25.88%-
XYZ2.284.061.08-
YUV45.72110.1108.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 66 (26.17% from 255) = 67.35%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=18.37%
G=67.35%
B=14.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866140.7300.790.74115.386515.69
Hex1242E4904F4A734110
Octal2210216111011711216310120
Binary100101000010111010010010100111110010101110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12420E; }

 p { color: rgb(18,66,14); }

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

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

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

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

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

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

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