#133511

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

Shades of Myrtle #133511

Tints of Myrtle #133511

Color information

#133511 (or 0x133511) is unknown color: approx Myrtle. HEX triplet: 13, 35 and 11. RGB value is (19,53,17). Sum of RGB (Red+Green+Blue) = 19+53+17=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #133511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133511 is #ECCAEE. Grayscale: #262626. Windows color (decimal): -15518447 or 1127699. OLE color: 1127699.

HSL color Cylindrical-coordinate representation of color #133511: hue angle of 116.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133511 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB195317-
CMYK0.6400.680.79
HSL116.67º51.43%13.73%-
HSV(B)116.67º67.92%20.78%-
XYZ1.642.730.97-
YUV38.73115.74113.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 53 (21.09% from 255) = 59.55%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=21.35%
G=59.55%
B=19.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1953170.6400.680.79116.6751.4313.73
Hex133511400444F7533e
Octal23652110001041171656316
Binary1001111010110001100000001000100100111111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133511; }

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

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

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

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

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

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

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

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