#13210F

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

Shades of Myrtle #13210F

Tints of Myrtle #13210F

Color information

#13210F (or 0x13210F) is unknown color: approx Myrtle. HEX triplet: 13, 21 and 0F. RGB value is (19,33,15). Sum of RGB (Red+Green+Blue) = 19+33+15=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #13210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210F is #ECDEF0. Grayscale: #1A1A1A. Windows color (decimal): -15523569 or 991507. OLE color: 991507.

HSL color Cylindrical-coordinate representation of color #13210F: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13210F is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB193315-
CMYK0.4200.550.87
HSL106.67º37.5%9.41%-
HSV(B)106.67º54.55%12.94%-
XYZ0.91.260.65-
YUV26.76121.36122.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 33 (13.28% from 255) = 49.25%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=28.36%
G=49.25%
B=22.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933150.4200.550.87106.6737.59.41
Hex1321F2A037576b269
Octal234117520671271534611
Binary1001110000111111010100110111101011111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13210F; }

 p { color: rgb(19,33,15); }

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

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

 a { background-color: rgb(19,33,15); }

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

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

 span { border-color: rgb(19,33,15); }

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