#13550B

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

Shades of Myrtle #13550B

Tints of Myrtle #13550B

Color information

#13550B (or 0x13550B) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 0B. RGB value is (19,85,11). Sum of RGB (Red+Green+Blue) = 19+85+11=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #13550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13550B is #ECAAF4. Grayscale: #393939. Windows color (decimal): -15510261 or 742675. OLE color: 742675.

HSL color Cylindrical-coordinate representation of color #13550B: hue angle of 113.51º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13550B is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB198511-
CMYK0.7800.870.67
HSL113.51º77.08%18.82%-
HSV(B)113.51º87.06%33.33%-
XYZ3.586.661.41-
YUV56.83102.13101.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=16.52%
G=73.91%
B=9.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985110.7800.870.67113.5177.0818.82
Hex1355B4E05743724d13
Octal2312513116012710316211523
Binary100111010101101110011100101011110000111110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13550B; }

 p { color: rgb(19,85,11); }

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

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

 a { background-color: rgb(19,85,11); }

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

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

 span { border-color: rgb(19,85,11); }

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