#193319

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

Shades of Myrtle #193319

Tints of Myrtle #193319

Color information

#193319 (or 0x193319) is unknown color: approx Myrtle. HEX triplet: 19, 33 and 19. RGB value is (25,51,25). Sum of RGB (Red+Green+Blue) = 25+51+25=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #193319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193319 is #E6CCE6. Grayscale: #282828. Windows color (decimal): -15125735 or 1651481. OLE color: 1651481.

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

Color convert

RGB255125-
CMYK0.5100.510.8
HSL120º34.21%14.9%-
HSV(B)120º50.98%20%-
XYZ1.762.641.34-
YUV40.26119.39117.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=24.75%
G=50.50%
B=24.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551250.5100.510.812034.2114.9
Hex19331933033507822f
Octal316331630631201704217
Binary11001110011110011100110110011101000011110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193319; }

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

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

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

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

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

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

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

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