#132611

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

Shades of Myrtle #132611

Tints of Myrtle #132611

Color information

#132611 (or 0x132611) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 11. RGB value is (19,38,17). Sum of RGB (Red+Green+Blue) = 19+38+17=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #132611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132611 is #ECD9EE. Grayscale: #1D1D1D. Windows color (decimal): -15522287 or 1123859. OLE color: 1123859.

HSL color Cylindrical-coordinate representation of color #132611: hue angle of 114.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132611 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB193817-
CMYK0.5000.550.85
HSL114.29º38.18%10.78%-
HSV(B)114.29º55.26%14.9%-
XYZ1.061.570.78-
YUV29.92120.71120.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 38 (15.23% from 255) = 51.35%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=25.68%
G=51.35%
B=22.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938170.5000.550.85114.2938.1810.78
Hex13261132037557226b
Octal234621620671251624613
Binary10011100110100011100100110111101010111100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132611; }

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

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

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

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

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

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

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

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