#133114

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

Shades of Myrtle #133114

Tints of Myrtle #133114

Color information

#133114 (or 0x133114) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 14. RGB value is (19,49,20). Sum of RGB (Red+Green+Blue) = 19+49+20=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #133114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133114 is #ECCEEB. Grayscale: #242424. Windows color (decimal): -15519468 or 1323283. OLE color: 1323283.

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

Color convert

RGB194920-
CMYK0.6100.590.81
HSL122º44.12%13.33%-
HSV(B)122º61.22%19.22%-
XYZ1.492.391.04-
YUV36.72118.56115.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=21.59%
G=55.68%
B=22.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949200.6100.590.8112244.1213.33
Hex1331143D03B517a2cd
Octal236124750731211725415
Binary10011110001101001111010111011101000111110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133114; }

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

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

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

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

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

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

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

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