#12260C

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

Shades of Myrtle #12260C

Tints of Myrtle #12260C

Color information

#12260C (or 0x12260C) is unknown color: approx Myrtle. HEX triplet: 12, 26 and 0C. RGB value is (18,38,12). Sum of RGB (Red+Green+Blue) = 18+38+12=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #12260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12260C is #EDD9F3. Grayscale: #1D1D1D. Windows color (decimal): -15587828 or 796178. OLE color: 796178.

HSL color Cylindrical-coordinate representation of color #12260C: hue angle of 106.15º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12260C is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB183812-
CMYK0.5300.680.85
HSL106.15º52%9.8%-
HSV(B)106.15º68.42%14.9%-
XYZ1.011.540.59-
YUV29.06118.37120.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=26.47%
G=55.88%
B=17.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838120.5300.680.85106.15529.8
Hex1226C35044556a34a
Octal2246146501041251526412
Binary10010100110110011010101000100101010111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12260C; }

 p { color: rgb(18,38,12); }

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

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

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

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

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

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

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