#193913

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

Shades of Myrtle #193913

Tints of Myrtle #193913

Color information

#193913 (or 0x193913) is unknown color: approx Myrtle. HEX triplet: 19, 39 and 13. RGB value is (25,57,19). Sum of RGB (Red+Green+Blue) = 25+57+19=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #193913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193913 is #E6C6EC. Grayscale: #2B2B2B. Windows color (decimal): -15124205 or 1259801. OLE color: 1259801.

HSL color Cylindrical-coordinate representation of color #193913: hue angle of 110.53º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193913 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB255719-
CMYK0.5600.670.78
HSL110.53º50%14.9%-
HSV(B)110.53º66.67%22.35%-
XYZ1.983.181.13-
YUV43.1114.4115.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=24.75%
G=56.44%
B=18.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557190.5600.670.78110.535014.9
Hex193913380434E6f32f
Octal3171237001031161576217
Binary110011110011001111100001000011100111011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193913; }

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

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

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

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

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

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

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

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