#133611

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

Shades of Myrtle #133611

Tints of Myrtle #133611

Color information

#133611 (or 0x133611) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 11. RGB value is (19,54,17). Sum of RGB (Red+Green+Blue) = 19+54+17=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #133611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133611 is #ECC9EE. Grayscale: #272727. Windows color (decimal): -15518191 or 1127955. OLE color: 1127955.

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

Color convert

RGB195417-
CMYK0.6500.690.79
HSL116.76º52.11%13.92%-
HSV(B)116.76º68.52%21.18%-
XYZ1.692.820.99-
YUV39.32115.4113.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 54 (21.48% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=21.11%
G=60%
B=18.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954170.6500.690.79116.7652.1113.92
Hex133611410454F7534e
Octal23662110101051171656416
Binary1001111011010001100000101000101100111111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133611; }

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

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

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

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

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

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

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

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