#193010

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

Shades of Myrtle #193010

Tints of Myrtle #193010

Color information

#193010 (or 0x193010) is unknown color: approx Myrtle. HEX triplet: 19, 30 and 10. RGB value is (25,48,16). Sum of RGB (Red+Green+Blue) = 25+48+16=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #193010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193010 is #E6CFEF. Grayscale: #252525. Windows color (decimal): -15126512 or 1060889. OLE color: 1060889.

HSL color Cylindrical-coordinate representation of color #193010: hue angle of 103.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193010 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB254816-
CMYK0.4800.670.81
HSL103.12º50%12.55%-
HSV(B)103.12º66.67%18.82%-
XYZ1.552.360.86-
YUV37.47115.88119.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.09%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=28.09%
G=53.93%
B=17.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548160.4800.670.81103.125012.55
Hex19301030043516732d
Octal3160206001031211476215
Binary110011100001000011000001000011101000111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193010; }

 p { color: rgb(25,48,16); }

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

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

 a { background-color: rgb(25,48,16); }

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

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

 span { border-color: rgb(25,48,16); }

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