#133311

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

Shades of Myrtle #133311

Tints of Myrtle #133311

Color information

#133311 (or 0x133311) is unknown color: approx Myrtle. HEX triplet: 13, 33 and 11. RGB value is (19,51,17). Sum of RGB (Red+Green+Blue) = 19+51+17=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #133311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133311 is #ECCCEE. Grayscale: #252525. Windows color (decimal): -15518959 or 1127187. OLE color: 1127187.

HSL color Cylindrical-coordinate representation of color #133311: hue angle of 116.47º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133311 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB195117-
CMYK0.6300.670.8
HSL116.47º50%13.33%-
HSV(B)116.47º66.67%20%-
XYZ1.552.550.94-
YUV37.56116.4114.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=21.84%
G=58.62%
B=19.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951170.6300.670.8116.475013.33
Hex1333113F043507432d
Octal2363217701031201646215
Binary100111100111000111111101000011101000011101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133311; }

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

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

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

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

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

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

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

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