#133815

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

Shades of Myrtle #133815

Tints of Myrtle #133815

Color information

#133815 (or 0x133815) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 15. RGB value is (19,56,21). Sum of RGB (Red+Green+Blue) = 19+56+21=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #133815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133815 is #ECC7EA. Grayscale: #292929. Windows color (decimal): -15517675 or 1390611. OLE color: 1390611.

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

Color convert

RGB195621-
CMYK0.6600.630.78
HSL123.24º49.33%14.71%-
HSV(B)123.24º66.07%21.96%-
XYZ1.823.021.2-
YUV40.95116.74112.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=19.79%
G=58.33%
B=21.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956210.6600.630.78123.2449.3314.71
Hex1338154203F4E7b31f
Octal2370251020771161736117
Binary100111110001010110000100111111100111011110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133815; }

 p { color: rgb(19,56,21); }

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

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

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

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

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

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

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