#133006

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

Shades of Myrtle #133006

Tints of Myrtle #133006

Color information

#133006 (or 0x133006) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 06. RGB value is (19,48,6). Sum of RGB (Red+Green+Blue) = 19+48+6=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #133006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133006 is #ECCFF9. Grayscale: #222222. Windows color (decimal): -15519738 or 405523. OLE color: 405523.

HSL color Cylindrical-coordinate representation of color #133006: hue angle of 101.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133006 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB19486-
CMYK0.6000.870.81
HSL101.43º77.78%10.59%-
HSV(B)101.43º87.5%18.82%-
XYZ1.362.270.54-
YUV34.54111.89116.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=26.03%
G=65.75%
B=8.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194860.6000.870.81101.4377.7810.59
Hex133063C05751654eb
Octal2360674012712114511613
Binary10011110000110111100010101111010001110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133006; }

 p { color: rgb(19,48,6); }

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

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

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

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

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

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

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