#133215

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

Shades of Myrtle #133215

Tints of Myrtle #133215

Color information

#133215 (or 0x133215) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 15. RGB value is (19,50,21). Sum of RGB (Red+Green+Blue) = 19+50+21=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #133215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133215 is #ECCDEA. Grayscale: #252525. Windows color (decimal): -15519211 or 1389075. OLE color: 1389075.

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

Color convert

RGB195021-
CMYK0.6200.580.80
HSL123.87º44.93%13.53%-
HSV(B)123.87º62%19.61%-
XYZ1.542.471.11-
YUV37.42118.73114.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 50 (19.92% from 255) = 55.56%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=21.11%
G=55.56%
B=23.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950210.6200.580.80123.8744.9313.53
Hex1332153E03A507c2de
Octal236225760721201745516
Binary10011110010101011111100111010101000011111001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133215; }

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

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

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

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

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

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

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

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