#1F461F

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

Shades of Myrtle #1F461F

Tints of Myrtle #1F461F

Color information

#1F461F (or 0x1F461F) is unknown color: approx Myrtle. HEX triplet: 1F, 46 and 1F. RGB value is (31,70,31). Sum of RGB (Red+Green+Blue) = 31+70+31=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #1F461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F461F is #E0B9E0. Grayscale: #363636. Windows color (decimal): -14727649 or 2049567. OLE color: 2049567.

HSL color Cylindrical-coordinate representation of color #1F461F: hue angle of 120º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F461F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB317031-
CMYK0.5600.560.73
HSL120º38.61%19.8%-
HSV(B)120º55.71%27.45%-
XYZ34.772.06-
YUV53.89115.08111.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=23.48%
G=53.03%
B=23.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3170310.5600.560.7312038.6119.8
Hex1F461F3803849782714
Octal3710637700701111704724
Binary1111110001101111111100001110001001001111100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,70,31); }

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

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

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

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

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

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

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