#133711

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

Shades of Myrtle #133711

Tints of Myrtle #133711

Color information

#133711 (or 0x133711) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 11. RGB value is (19,55,17). Sum of RGB (Red+Green+Blue) = 19+55+17=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #133711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133711 is #ECC8EE. Grayscale: #282828. Windows color (decimal): -15517935 or 1128211. OLE color: 1128211.

HSL color Cylindrical-coordinate representation of color #133711: hue angle of 116.84º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133711 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB195517-
CMYK0.6500.690.78
HSL116.84º52.78%14.12%-
HSV(B)116.84º69.09%21.57%-
XYZ1.742.911-
YUV39.9115.07113.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=20.88%
G=60.44%
B=18.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955170.6500.690.78116.8452.7814.12
Hex133711410454E7535e
Octal23672110101051161656516
Binary1001111011110001100000101000101100111011101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133711; }

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

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

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

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

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

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

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

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