#193213

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

Shades of Myrtle #193213

Tints of Myrtle #193213

Color information

#193213 (or 0x193213) is unknown color: approx Myrtle. HEX triplet: 19, 32 and 13. RGB value is (25,50,19). Sum of RGB (Red+Green+Blue) = 25+50+19=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #193213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193213 is #E6CDEC. Grayscale: #272727. Windows color (decimal): -15125997 or 1258009. OLE color: 1258009.

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

Color convert

RGB255019-
CMYK0.5000.620.80
HSL108.39º44.93%13.53%-
HSV(B)108.39º62%19.61%-
XYZ1.662.531.02-
YUV38.99116.72118.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=26.60%
G=53.19%
B=20.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550190.5000.620.80108.3944.9313.53
Hex1932133203E506c2de
Octal316223620761201545516
Binary11001110010100111100100111110101000011011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193213; }

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

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

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

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

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

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

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

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