#1F490D

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

Shades of Myrtle #1F490D

Tints of Myrtle #1F490D

Color information

#1F490D (or 0x1F490D) is unknown color: approx Myrtle. HEX triplet: 1F, 49 and 0D. RGB value is (31,73,13). Sum of RGB (Red+Green+Blue) = 31+73+13=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #1F490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F490D is #E0B6F2. Grayscale: #353535. Windows color (decimal): -14726899 or 870687. OLE color: 870687.

HSL color Cylindrical-coordinate representation of color #1F490D: hue angle of 102º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F490D is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB317313-
CMYK0.5800.820.71
HSL102º69.77%16.86%-
HSV(B)102º82.19%28.63%-
XYZ3.025.091.2-
YUV53.6105.09111.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.50%
GREEN value IS 73 (28.91% from 255) = 62.39%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=26.50%
G=62.39%
B=11.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173130.5800.820.7110269.7716.86
Hex1F49D3A05247664611
Octal371111572012210714610621
Binary11111100100111011110100101001010001111100110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F490D; }

 p { color: rgb(31,73,13); }

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

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

 a { background-color: rgb(31,73,13); }

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

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

 span { border-color: rgb(31,73,13); }

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