#133716

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

Shades of Myrtle #133716

Tints of Myrtle #133716

Color information

#133716 (or 0x133716) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 16. RGB value is (19,55,22). Sum of RGB (Red+Green+Blue) = 19+55+22=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #133716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133716 is #ECC8E9. Grayscale: #282828. Windows color (decimal): -15517930 or 1455891. OLE color: 1455891.

HSL color Cylindrical-coordinate representation of color #133716: hue angle of 125º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133716 is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB195522-
CMYK0.6500.60.78
HSL125º48.65%14.51%-
HSV(B)125º65.45%21.57%-
XYZ1.782.931.23-
YUV40.47117.57112.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 55 (21.88% from 255) = 57.29%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=19.79%
G=57.29%
B=22.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955220.6500.60.7812548.6514.51
Hex1337164103C4E7d31f
Octal2367261010741161756117
Binary100111101111011010000010111100100111011111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133716; }

 p { color: rgb(19,55,22); }

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

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

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

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

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

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

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