#193314

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

Shades of Myrtle #193314

Tints of Myrtle #193314

Color information

#193314 (or 0x193314) is unknown color: approx Myrtle. HEX triplet: 19, 33 and 14. RGB value is (25,51,20). Sum of RGB (Red+Green+Blue) = 25+51+20=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #193314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193314 is #E6CCEB. Grayscale: #272727. Windows color (decimal): -15125740 or 1323801. OLE color: 1323801.

HSL color Cylindrical-coordinate representation of color #193314: hue angle of 110.32º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193314 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB255120-
CMYK0.5100.610.8
HSL110.32º43.66%13.92%-
HSV(B)110.32º60.78%20%-
XYZ1.712.621.08-
YUV39.69116.89117.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=26.04%
G=53.12%
B=20.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551200.5100.610.8110.3243.6613.92
Hex1933143303D506e2ce
Octal316324630751201565416
Binary11001110011101001100110111101101000011011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193314; }

 p { color: rgb(25,51,20); }

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

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

 a { background-color: rgb(25,51,20); }

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

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

 span { border-color: rgb(25,51,20); }

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