#133113

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

Shades of Myrtle #133113

Tints of Myrtle #133113

Color information

#133113 (or 0x133113) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 13. RGB value is (19,49,19). Sum of RGB (Red+Green+Blue) = 19+49+19=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #133113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133113 is #ECCEEC. Grayscale: #242424. Windows color (decimal): -15519469 or 1257747. OLE color: 1257747.

HSL color Cylindrical-coordinate representation of color #133113: hue angle of 120º 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 #133113 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB194919-
CMYK0.6100.610.81
HSL120º44.12%13.33%-
HSV(B)120º61.22%19.22%-
XYZ1.482.381-
YUV36.61118.06115.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=21.84%
G=56.32%
B=21.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949190.6100.610.8112044.1213.33
Hex1331133D03D51782cd
Octal236123750751211705415
Binary10011110001100111111010111101101000111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133113; }

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

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

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

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

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

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

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

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