#1F491A

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

Shades of Myrtle #1F491A

Tints of Myrtle #1F491A

Color information

#1F491A (or 0x1F491A) is unknown color: approx Myrtle. HEX triplet: 1F, 49 and 1A. RGB value is (31,73,26). Sum of RGB (Red+Green+Blue) = 31+73+26=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #1F491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F491A is #E0B6E5. Grayscale: #373737. Windows color (decimal): -14726886 or 1722655. OLE color: 1722655.

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

Color convert

RGB317326-
CMYK0.5800.640.71
HSL113.62º47.47%19.41%-
HSV(B)113.62º64.38%28.63%-
XYZ3.135.131.8-
YUV55.08111.59110.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=23.85%
G=56.15%
B=20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173260.5800.640.71113.6247.4719.41
Hex1F491A3A04047722f13
Octal37111327201001071625723
Binary11111100100111010111010010000001000111111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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