#12280C

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

Shades of Myrtle #12280C

Tints of Myrtle #12280C

Color information

#12280C (or 0x12280C) is unknown color: approx Myrtle. HEX triplet: 12, 28 and 0C. RGB value is (18,40,12). Sum of RGB (Red+Green+Blue) = 18+40+12=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #12280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12280C is #EDD7F3. Grayscale: #1E1E1E. Windows color (decimal): -15587316 or 796690. OLE color: 796690.

HSL color Cylindrical-coordinate representation of color #12280C: hue angle of 107.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12280C is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB184012-
CMYK0.5500.700.84
HSL107.14º53.85%10.2%-
HSV(B)107.14º70%15.69%-
XYZ1.071.670.61-
YUV30.23117.71119.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=25.71%
G=57.14%
B=17.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840120.5500.700.84107.1453.8510.2
Hex1228C37046546b36a
Octal2250146701061241536612
Binary10010101000110011011101000110101010011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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