#193019

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

Shades of Myrtle #193019

Tints of Myrtle #193019

Color information

#193019 (or 0x193019) is unknown color: approx Myrtle. HEX triplet: 19, 30 and 19. RGB value is (25,48,25). Sum of RGB (Red+Green+Blue) = 25+48+25=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #193019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193019 is #E6CFE6. Grayscale: #262626. Windows color (decimal): -15126503 or 1650713. OLE color: 1650713.

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

Color convert

RGB254825-
CMYK0.4800.480.81
HSL120º31.51%14.31%-
HSV(B)120º47.92%18.82%-
XYZ1.632.391.3-
YUV38.5120.38118.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=25.51%
G=48.98%
B=25.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548250.4800.480.8112031.5114.31
Hex19301930030517820e
Octal316031600601211704016
Binary11001110000110011100000110000101000111110001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193019; }

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

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

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

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

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

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

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

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