#131D10

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

Shades of Myrtle #131D10

Tints of Myrtle #131D10

Color information

#131D10 (or 0x131D10) is unknown color: approx Myrtle. HEX triplet: 13, 1D and 10. RGB value is (19,29,16). Sum of RGB (Red+Green+Blue) = 19+29+16=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #131D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D10 is #ECE2EF. Grayscale: #181818. Windows color (decimal): -15524592 or 1056019. OLE color: 1056019.

HSL color Cylindrical-coordinate representation of color #131D10: hue angle of 106.15º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #131D10 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB192916-
CMYK0.3400.450.89
HSL106.15º28.89%8.82%-
HSV(B)106.15º44.83%11.37%-
XYZ0.81.050.65-
YUV24.53123.19124.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 16 (6.64% from 255) = 25%
R=29.69%
G=45.31%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929160.3400.450.89106.1528.898.82
Hex131D102202D596a1d9
Octal233520420551311523511
Binary100111110110000100010010110110110011101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131D10; }

 p { color: rgb(19,29,16); }

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

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

 a { background-color: rgb(19,29,16); }

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

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

 span { border-color: rgb(19,29,16); }

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