#121A10

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

Shades of Myrtle #121A10

Tints of Myrtle #121A10

Color information

#121A10 (or 0x121A10) is unknown color: approx Myrtle. HEX triplet: 12, 1A and 10. RGB value is (18,26,16). Sum of RGB (Red+Green+Blue) = 18+26+16=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #121A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A10 is #EDE5EF. Grayscale: #161616. Windows color (decimal): -15590896 or 1055250. OLE color: 1055250.

HSL color Cylindrical-coordinate representation of color #121A10: hue angle of 108º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121A10 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB182616-
CMYK0.3100.380.90
HSL108º23.81%8.24%-
HSV(B)108º38.46%10.2%-
XYZ0.710.90.63-
YUV22.47124.35124.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=30%
G=43.33%
B=26.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1826160.3100.380.9010823.818.24
Hex121A101F0265A6c188
Octal223220370461321543010
Binary10010110101000011111010011010110101101100110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A10; }

 p { color: rgb(18,26,16); }

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

<style>
 a { background-color: #121A10; }

 a { background-color: rgb(18,26,16); }

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

<style>
 span { border-color: #121A10; }

 span { border-color: rgb(18,26,16); }

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