#132610

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

Shades of Myrtle #132610

Tints of Myrtle #132610

Color information

#132610 (or 0x132610) is unknown color: approx Myrtle. HEX triplet: 13, 26 and 10. RGB value is (19,38,16). Sum of RGB (Red+Green+Blue) = 19+38+16=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #132610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132610 is #ECD9EF. Grayscale: #1D1D1D. Windows color (decimal): -15522288 or 1058323. OLE color: 1058323.

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

Color convert

RGB193816-
CMYK0.5000.580.85
HSL111.82º40.74%10.59%-
HSV(B)111.82º57.89%14.9%-
XYZ1.061.560.74-
YUV29.81120.21120.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 38 (15.23% from 255) = 52.05%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=26.03%
G=52.05%
B=21.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938160.5000.580.85111.8240.7410.59
Hex1326103203A557029b
Octal234620620721251605113
Binary10011100110100001100100111010101010111100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132610; }

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

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

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

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

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

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

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

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