#152013

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

Shades of Myrtle #152013

Tints of Myrtle #152013

Color information

#152013 (or 0x152013) is unknown color: approx Myrtle. HEX triplet: 15, 20 and 13. RGB value is (21,32,19). Sum of RGB (Red+Green+Blue) = 21+32+19=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #152013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152013 is #EADFEC. Grayscale: #1B1B1B. Windows color (decimal): -15392749 or 1253397. OLE color: 1253397.

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

Color convert

RGB213219-
CMYK0.3400.410.87
HSL110.77º25.49%10%-
HSV(B)110.77º40.62%12.55%-
XYZ0.941.240.81-
YUV27.23123.36123.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=29.17%
G=44.44%
B=26.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132190.3400.410.87110.7725.4910
Hex15201322029576f19a
Octal254023420511271573112
Binary1010110000010011100010010100110101111101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152013; }

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

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

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

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

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

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

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

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