#132613

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

Shades of Myrtle #132613

Tints of Myrtle #132613

Color information

#132613 (or 0x132613) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 13. RGB value is (19,38,19). Sum of RGB (Red+Green+Blue) = 19+38+19=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #132613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132613 is #ECD9EC. Grayscale: #1E1E1E. Windows color (decimal): -15522285 or 1254931. OLE color: 1254931.

HSL color Cylindrical-coordinate representation of color #132613: hue angle of 120º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132613 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB193819-
CMYK0.5000.500.85
HSL120º33.33%11.18%-
HSV(B)120º50%14.9%-
XYZ1.081.570.86-
YUV30.15121.71120.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938190.5000.500.8512033.3311.18
Hex13261332032557821b
Octal234623620621251704113
Binary10011100110100111100100110010101010111110001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132613; }

 p { color: rgb(19,38,19); }

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

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

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

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

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

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

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