#13461B

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

Shades of Myrtle #13461B

Tints of Myrtle #13461B

Color information

#13461B (or 0x13461B) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 1B. RGB value is (19,70,27). Sum of RGB (Red+Green+Blue) = 19+70+27=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #13461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461B is #ECB9E4. Grayscale: #313131. Windows color (decimal): -15514085 or 1787411. OLE color: 1787411.

HSL color Cylindrical-coordinate representation of color #13461B: hue angle of 129.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13461B is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB197027-
CMYK0.7300.610.73
HSL129.41º57.3%17.45%-
HSV(B)129.41º72.86%27.45%-
XYZ2.664.61.78-
YUV49.85115.1106-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 70 (27.73% from 255) = 60.34%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=16.38%
G=60.34%
B=23.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970270.7300.610.73129.4157.317.45
Hex13461B4903D49813911
Octal23106331110751112017121
Binary100111000110110111001001011110110010011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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