#121B10

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

Shades of Myrtle #121B10

Tints of Myrtle #121B10

Color information

#121B10 (or 0x121B10) is unknown color: approx Myrtle. HEX triplet: 12, 1B and 10. RGB value is (18,27,16). Sum of RGB (Red+Green+Blue) = 18+27+16=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #121B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B10 is #EDE4EF. Grayscale: #171717. Windows color (decimal): -15590640 or 1055506. OLE color: 1055506.

HSL color Cylindrical-coordinate representation of color #121B10: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #121B10 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB182716-
CMYK0.3300.410.89
HSL109.09º25.58%8.43%-
HSV(B)109.09º40.74%10.59%-
XYZ0.730.950.63-
YUV23.06124.02124.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=29.51%
G=44.26%
B=26.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827160.3300.410.89109.0925.588.43
Hex121B1021029596d1a8
Octal223320410511311553210
Binary100101101110000100001010100110110011101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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