#12310C

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

Shades of Myrtle #12310C

Tints of Myrtle #12310C

Color information

#12310C (or 0x12310C) is unknown color: approx Myrtle. HEX triplet: 12, 31 and 0C. RGB value is (18,49,12). Sum of RGB (Red+Green+Blue) = 18+49+12=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #12310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12310C is #EDCEF3. Grayscale: #232323. Windows color (decimal): -15585012 or 798994. OLE color: 798994.

HSL color Cylindrical-coordinate representation of color #12310C: hue angle of 110.27º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12310C is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB184912-
CMYK0.6300.760.81
HSL110.27º60.66%11.96%-
HSV(B)110.27º75.51%19.22%-
XYZ1.412.350.73-
YUV35.51114.73115.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=22.78%
G=62.03%
B=15.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849120.6300.760.81110.2760.6611.96
Hex1231C3F04C516e3dc
Octal2261147701141211567514
Binary10010110001110011111101001100101000111011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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