#193216

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

Shades of Myrtle #193216

Tints of Myrtle #193216

Color information

#193216 (or 0x193216) is unknown color: approx Myrtle. HEX triplet: 19, 32 and 16. RGB value is (25,50,22). Sum of RGB (Red+Green+Blue) = 25+50+22=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #193216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193216 is #E6CDE9. Grayscale: #272727. Windows color (decimal): -15125994 or 1454617. OLE color: 1454617.

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

Color convert

RGB255022-
CMYK0.5000.560.80
HSL113.57º38.89%14.12%-
HSV(B)113.57º56%19.61%-
XYZ1.692.551.16-
YUV39.33118.22117.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=25.77%
G=51.55%
B=22.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550220.5000.560.80113.5738.8914.12
Hex19321632038507227e
Octal316226620701201624716
Binary11001110010101101100100111000101000011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193216; }

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

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

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

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

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

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

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

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