#13481B

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

Shades of Myrtle #13481B

Tints of Myrtle #13481B

Color information

#13481B (or 0x13481B) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 1B. RGB value is (19,72,27). Sum of RGB (Red+Green+Blue) = 19+72+27=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #13481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481B is #ECB7E4. Grayscale: #333333. Windows color (decimal): -15513573 or 1787923. OLE color: 1787923.

HSL color Cylindrical-coordinate representation of color #13481B: hue angle of 129.06º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB197227-
CMYK0.7400.620.72
HSL129.06º58.24%17.84%-
HSV(B)129.06º73.61%28.24%-
XYZ2.784.851.83-
YUV51.02114.44105.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=16.10%
G=61.02%
B=22.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972270.7400.620.72129.0658.2417.84
Hex13481B4A03E48813a12
Octal23110331120761102017222
Binary100111001000110111001010011111010010001000000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,72,27); }

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

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

 a { background-color: rgb(19,72,27); }

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

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

 span { border-color: rgb(19,72,27); }

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