#131E11

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

Shades of Myrtle #131E11

Tints of Myrtle #131E11

Color information

#131E11 (or 0x131E11) is unknown color: approx Myrtle. HEX triplet: 13, 1E and 11. RGB value is (19,30,17). Sum of RGB (Red+Green+Blue) = 19+30+17=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #131E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E11 is #ECE1EE. Grayscale: #191919. Windows color (decimal): -15524335 or 1121811. OLE color: 1121811.

HSL color Cylindrical-coordinate representation of color #131E11: hue angle of 110.77º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #131E11 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB193017-
CMYK0.3700.430.88
HSL110.77º27.66%9.22%-
HSV(B)110.77º43.33%11.76%-
XYZ0.831.110.7-
YUV25.23123.36123.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 30 (12.11% from 255) = 45.45%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=28.79%
G=45.45%
B=25.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930170.3700.430.88110.7727.669.22
Hex131E112502B586f1c9
Octal233621450531301573411
Binary100111111010001100101010101110110001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,30,17); }

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

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

 a { background-color: rgb(19,30,17); }

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

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

 span { border-color: rgb(19,30,17); }

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