#133211

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

Shades of Myrtle #133211

Tints of Myrtle #133211

Color information

#133211 (or 0x133211) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 11. RGB value is (19,50,17). Sum of RGB (Red+Green+Blue) = 19+50+17=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #133211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133211 is #ECCDEE. Grayscale: #252525. Windows color (decimal): -15519215 or 1126931. OLE color: 1126931.

HSL color Cylindrical-coordinate representation of color #133211: hue angle of 116.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133211 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB195017-
CMYK0.6200.660.80
HSL116.36º49.25%13.14%-
HSV(B)116.36º66%19.61%-
XYZ1.512.460.93-
YUV36.97116.73115.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 50 (19.92% from 255) = 58.14%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=22.09%
G=58.14%
B=19.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950170.6200.660.80116.3649.2513.14
Hex1332113E042507431d
Octal2362217601021201646115
Binary100111100101000111111001000010101000011101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133211; }

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

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

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

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

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

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

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

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