#133105

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

Shades of Myrtle #133105

Tints of Myrtle #133105

Color information

#133105 (or 0x133105) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 05. RGB value is (19,49,5). Sum of RGB (Red+Green+Blue) = 19+49+5=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #133105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133105 is #ECCEFA. Grayscale: #232323. Windows color (decimal): -15519483 or 340243. OLE color: 340243.

HSL color Cylindrical-coordinate representation of color #133105: hue angle of 100.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133105 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB19495-
CMYK0.6100.900.81
HSL100.91º81.48%10.59%-
HSV(B)100.91º89.8%19.22%-
XYZ1.392.350.52-
YUV35.01111.06116.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 49 (19.53% from 255) = 67.12%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=26.03%
G=67.12%
B=6.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194950.6100.900.81100.9181.4810.59
Hex133153D05A516551b
Octal2361575013212114512113
Binary10011110001101111101010110101010001110010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133105; }

 p { color: rgb(19,49,5); }

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

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

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

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

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

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

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