#13270D

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

Shades of Myrtle #13270D

Tints of Myrtle #13270D

Color information

#13270D (or 0x13270D) is unknown color: approx Myrtle. HEX triplet: 13, 27 and 0D. RGB value is (19,39,13). Sum of RGB (Red+Green+Blue) = 19+39+13=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #13270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13270D is #ECD8F2. Grayscale: #1E1E1E. Windows color (decimal): -15522035 or 861971. OLE color: 861971.

HSL color Cylindrical-coordinate representation of color #13270D: hue angle of 106.15º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13270D is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB193913-
CMYK0.5100.670.85
HSL106.15º50%10.2%-
HSV(B)106.15º66.67%15.29%-
XYZ1.071.620.64-
YUV30.06118.37120.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 39 (15.62% from 255) = 54.93%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=26.76%
G=54.93%
B=18.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939130.5100.670.85106.155010.2
Hex1327D33043556a32a
Octal2347156301031251526212
Binary10011100111110111001101000011101010111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13270D; }

 p { color: rgb(19,39,13); }

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

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

 a { background-color: rgb(19,39,13); }

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

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

 span { border-color: rgb(19,39,13); }

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