#132312

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

Shades of Myrtle #132312

Tints of Myrtle #132312

Color information

#132312 (or 0x132312) is unknown color: approx Myrtle. HEX triplet: 13, 23 and 12. RGB value is (19,35,18). Sum of RGB (Red+Green+Blue) = 19+35+18=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #132312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132312 is #ECDCED. Grayscale: #1C1C1C. Windows color (decimal): -15523054 or 1188627. OLE color: 1188627.

HSL color Cylindrical-coordinate representation of color #132312: hue angle of 116.47º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132312 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB193518-
CMYK0.4600.490.86
HSL116.47º32.08%10.39%-
HSV(B)116.47º48.57%13.73%-
XYZ0.981.380.79-
YUV28.28122.2121.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 18 (7.42% from 255) = 25%
R=26.39%
G=48.61%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935180.4600.490.86116.4732.0810.39
Hex1323122E031567420a
Octal234322560611261644012
Binary10011100011100101011100110001101011011101001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132312; }

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

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

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

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

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

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

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

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