#133616

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

Shades of Myrtle #133616

Tints of Myrtle #133616

Color information

#133616 (or 0x133616) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 16. RGB value is (19,54,22). Sum of RGB (Red+Green+Blue) = 19+54+22=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #133616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133616 is #ECC9E9. Grayscale: #272727. Windows color (decimal): -15518186 or 1455635. OLE color: 1455635.

HSL color Cylindrical-coordinate representation of color #133616: hue angle of 125.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133616 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB195422-
CMYK0.6500.590.79
HSL125.14º47.95%14.31%-
HSV(B)125.14º64.81%21.18%-
XYZ1.732.831.21-
YUV39.89117.9113.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 56.84%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=20%
G=56.84%
B=23.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954220.6500.590.79125.1447.9514.31
Hex1336164103B4F7d30e
Octal2366261010731171756016
Binary100111101101011010000010111011100111111111011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133616; }

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

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

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

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

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

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

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

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