#133011

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

Shades of Myrtle #133011

Tints of Myrtle #133011

Color information

#133011 (or 0x133011) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 11. RGB value is (19,48,17). Sum of RGB (Red+Green+Blue) = 19+48+17=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #133011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133011 is #ECCFEE. Grayscale: #232323. Windows color (decimal): -15519727 or 1126419. OLE color: 1126419.

HSL color Cylindrical-coordinate representation of color #133011: hue angle of 116.13º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133011 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB194817-
CMYK0.6000.650.81
HSL116.13º47.69%12.75%-
HSV(B)116.13º64.58%18.82%-
XYZ1.432.290.9-
YUV35.8117.39116.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=22.62%
G=57.14%
B=20.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948170.6000.650.81116.1347.6912.75
Hex1330113C041517430d
Octal2360217401011211646015
Binary100111100001000111110001000001101000111101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133011; }

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

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

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

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

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

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

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

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