#19320D

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

Shades of Myrtle #19320D

Tints of Myrtle #19320D

Color information

#19320D (or 0x19320D) is unknown color: approx Myrtle. HEX triplet: 19, 32 and 0D. RGB value is (25,50,13). Sum of RGB (Red+Green+Blue) = 25+50+13=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #19320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19320D is #E6CDF2. Grayscale: #262626. Windows color (decimal): -15126003 or 864793. OLE color: 864793.

HSL color Cylindrical-coordinate representation of color #19320D: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19320D is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB255013-
CMYK0.5000.740.80
HSL100.54º58.73%12.35%-
HSV(B)100.54º74%19.61%-
XYZ1.612.520.78-
YUV38.31113.72118.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=28.41%
G=56.82%
B=14.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550130.5000.740.80100.5458.7312.35
Hex1932D3204A50653bc
Octal3162156201121201457314
Binary11001110010110111001001001010101000011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19320D; }

 p { color: rgb(25,50,13); }

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

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

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

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

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

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

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