#133617

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

Shades of Myrtle #133617

Tints of Myrtle #133617

Color information

#133617 (or 0x133617) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 17. RGB value is (19,54,23). Sum of RGB (Red+Green+Blue) = 19+54+23=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #133617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133617 is #ECC9E8. Grayscale: #282828. Windows color (decimal): -15518185 or 1521171. OLE color: 1521171.

HSL color Cylindrical-coordinate representation of color #133617: hue angle of 126.86º 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 #133617 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB195423-
CMYK0.6500.570.79
HSL126.86º47.95%14.31%-
HSV(B)126.86º64.81%21.18%-
XYZ1.742.841.27-
YUV40118.4113.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 54 (21.48% from 255) = 56.25%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=19.79%
G=56.25%
B=23.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954230.6500.570.79126.8647.9514.31
Hex133617410394F7f30e
Octal2366271010711171776016
Binary100111101101011110000010111001100111111111111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133617; }

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

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

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

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

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

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

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

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