#12420F

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

Shades of Myrtle #12420F

Tints of Myrtle #12420F

Color information

#12420F (or 0x12420F) is unknown color: approx Myrtle. HEX triplet: 12, 42 and 0F. RGB value is (18,66,15). Sum of RGB (Red+Green+Blue) = 18+66+15=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #12420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12420F is #EDBDF0. Grayscale: #2D2D2D. Windows color (decimal): -15580657 or 999954. OLE color: 999954.

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

Color convert

RGB186615-
CMYK0.7300.770.74
HSL116.47º62.96%15.88%-
HSV(B)116.47º77.27%25.88%-
XYZ2.284.061.12-
YUV45.83110.6108.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=18.18%
G=66.67%
B=15.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866150.7300.770.74116.4762.9615.88
Hex1242F4904D4A743f10
Octal221021711101151121647720
Binary10010100001011111001001010011011001010111010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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