#193212

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

Shades of Myrtle #193212

Tints of Myrtle #193212

Color information

#193212 (or 0x193212) is unknown color: approx Myrtle. HEX triplet: 19, 32 and 12. RGB value is (25,50,18). Sum of RGB (Red+Green+Blue) = 25+50+18=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #193212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193212 is #E6CDED. Grayscale: #262626. Windows color (decimal): -15125998 or 1192473. OLE color: 1192473.

HSL color Cylindrical-coordinate representation of color #193212: hue angle of 106.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193212 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB255018-
CMYK0.5000.640.80
HSL106.88º47.06%13.33%-
HSV(B)106.88º64%19.61%-
XYZ1.652.530.97-
YUV38.88116.22118.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=26.88%
G=53.76%
B=19.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550180.5000.640.80106.8847.0613.33
Hex19321232040506b2fd
Octal3162226201001201535715
Binary110011100101001011001001000000101000011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193212; }

 p { color: rgb(25,50,18); }

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

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

 a { background-color: rgb(25,50,18); }

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

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

 span { border-color: rgb(25,50,18); }

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