#132912

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

Shades of Myrtle #132912

Tints of Myrtle #132912

Color information

#132912 (or 0x132912) is unknown color: approx Myrtle. HEX triplet: 13, 29 and 12. RGB value is (19,41,18). Sum of RGB (Red+Green+Blue) = 19+41+18=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #132912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132912 is #ECD6ED. Grayscale: #1F1F1F. Windows color (decimal): -15521518 or 1190163. OLE color: 1190163.

HSL color Cylindrical-coordinate representation of color #132912: hue angle of 117.39º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132912 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB194118-
CMYK0.5400.560.84
HSL117.39º38.98%11.57%-
HSV(B)117.39º56.1%16.08%-
XYZ1.171.770.85-
YUV31.8120.21118.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 41 (16.41% from 255) = 52.56%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=24.36%
G=52.56%
B=23.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941180.5400.560.84117.3938.9811.57
Hex13291236038547527c
Octal235122660701241654714
Binary10011101001100101101100111000101010011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132912; }

 p { color: rgb(19,41,18); }

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

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

 a { background-color: rgb(19,41,18); }

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

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

 span { border-color: rgb(19,41,18); }

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