#133115

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

Shades of Myrtle #133115

Tints of Myrtle #133115

Color information

#133115 (or 0x133115) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 15. RGB value is (19,49,21). Sum of RGB (Red+Green+Blue) = 19+49+21=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #133115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133115 is #ECCEEA. Grayscale: #242424. Windows color (decimal): -15519467 or 1388819. OLE color: 1388819.

HSL color Cylindrical-coordinate representation of color #133115: hue angle of 124º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133115 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB194921-
CMYK0.6100.570.81
HSL124º44.12%13.33%-
HSV(B)124º61.22%19.22%-
XYZ1.52.391.09-
YUV36.84119.06115.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=21.35%
G=55.06%
B=23.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949210.6100.570.8112444.1213.33
Hex1331153D039517c2cd
Octal236125750711211745415
Binary10011110001101011111010111001101000111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133115; }

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

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

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

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

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

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

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

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