#151A14

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

Shades of Myrtle #151A14

Tints of Myrtle #151A14

Color information

#151A14 (or 0x151A14) is unknown color: approx Myrtle. HEX triplet: 15, 1A and 14. RGB value is (21,26,20). Sum of RGB (Red+Green+Blue) = 21+26+20=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 26 - color contains mainly: green. Hex color #151A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151A14 is #EAE5EB. Grayscale: #171717. Windows color (decimal): -15394284 or 1317397. OLE color: 1317397.

HSL color Cylindrical-coordinate representation of color #151A14: hue angle of 110º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #151A14 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB212620-
CMYK0.1900.230.90
HSL110º13.04%9.02%-
HSV(B)110º23.08%10.2%-
XYZ0.80.950.8-
YUV23.82125.84125.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 26 (10.55% from 255) = 38.81%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=31.34%
G=38.81%
B=29.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2126200.1900.230.9011013.049.02
Hex151A14130175A6ed9
Octal253224230271321561511
Binary101011101010100100110101111011010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A14; }

 p { color: rgb(21,26,20); }

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

<style>
 a { background-color: #151A14; }

 a { background-color: rgb(21,26,20); }

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

<style>
 span { border-color: #151A14; }

 span { border-color: rgb(21,26,20); }

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