#13270C

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

Shades of Myrtle #13270C

Tints of Myrtle #13270C

Color information

#13270C (or 0x13270C) is unknown color: approx Myrtle. HEX triplet: 13, 27 and 0C. RGB value is (19,39,12). Sum of RGB (Red+Green+Blue) = 19+39+12=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #13270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13270C is #ECD8F3. Grayscale: #1E1E1E. Windows color (decimal): -15522036 or 796435. OLE color: 796435.

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

Color convert

RGB193912-
CMYK0.5100.690.85
HSL104.44º52.94%10%-
HSV(B)104.44º69.23%15.29%-
XYZ1.061.620.6-
YUV29.94117.87120.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 39 (15.62% from 255) = 55.71%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=27.14%
G=55.71%
B=17.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939120.5100.690.85104.4452.9410
Hex1327C33045556835a
Octal2347146301051251506512
Binary10011100111110011001101000101101010111010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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