#19460D

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

Shades of Myrtle #19460D

Tints of Myrtle #19460D

Color information

#19460D (or 0x19460D) is unknown color: approx Myrtle. HEX triplet: 19, 46 and 0D. RGB value is (25,70,13). Sum of RGB (Red+Green+Blue) = 25+70+13=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #19460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19460D is #E6B9F2. Grayscale: #323232. Windows color (decimal): -15120883 or 869913. OLE color: 869913.

HSL color Cylindrical-coordinate representation of color #19460D: hue angle of 107.37º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19460D is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB257013-
CMYK0.6400.810.73
HSL107.37º68.67%16.27%-
HSV(B)107.37º81.43%27.45%-
XYZ2.664.621.13-
YUV50.05107.09110.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 70 (27.73% from 255) = 64.81%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=23.15%
G=64.81%
B=12.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570130.6400.810.73107.3768.6716.27
Hex1946D40051496b4510
Octal3110615100012111115310520
Binary110011000110110110000000101000110010011101011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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