#132809

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

Shades of Myrtle #132809

Tints of Myrtle #132809

Color information

#132809 (or 0x132809) is unknown color: approx Myrtle. HEX triplet: 13, 28 and 09. RGB value is (19,40,9). Sum of RGB (Red+Green+Blue) = 19+40+9=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #132809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132809 is #ECD7F6. Grayscale: #1E1E1E. Windows color (decimal): -15521783 or 600083. OLE color: 600083.

HSL color Cylindrical-coordinate representation of color #132809: hue angle of 100.65º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132809 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB19409-
CMYK0.5200.780.84
HSL100.65º63.27%9.61%-
HSV(B)100.65º77.5%15.69%-
XYZ1.081.680.53-
YUV30.19116.04120.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 40 (16.02% from 255) = 58.82%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=27.94%
G=58.82%
B=13.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal194090.5200.780.84100.6563.279.61
Hex132893404E54653fa
Octal2350116401161241457712
Binary10011101000100111010001001110101010011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132809; }

 p { color: rgb(19,40,9); }

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

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

 a { background-color: rgb(19,40,9); }

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

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

 span { border-color: rgb(19,40,9); }

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