#152014

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

Shades of Myrtle #152014

Tints of Myrtle #152014

Color information

#152014 (or 0x152014) is unknown color: approx Myrtle. HEX triplet: 15, 20 and 14. RGB value is (21,32,20). Sum of RGB (Red+Green+Blue) = 21+32+20=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #152014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152014 is #EADFEB. Grayscale: #1B1B1B. Windows color (decimal): -15392748 or 1318933. OLE color: 1318933.

HSL color Cylindrical-coordinate representation of color #152014: hue angle of 115º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #152014 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB213220-
CMYK0.3400.370.87
HSL115º23.08%10.2%-
HSV(B)115º37.5%12.55%-
XYZ0.951.240.85-
YUV27.34123.86123.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=28.77%
G=43.84%
B=27.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132200.3400.370.8711523.0810.2
Hex15201422025577317a
Octal254024420451271632712
Binary1010110000010100100010010010110101111110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152014; }

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

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

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

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

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

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

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

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