#1F4614

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

Shades of Myrtle #1F4614

Tints of Myrtle #1F4614

Color information

#1F4614 (or 0x1F4614) is unknown color: approx Myrtle. HEX triplet: 1F, 46 and 14. RGB value is (31,70,20). Sum of RGB (Red+Green+Blue) = 31+70+20=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4614 is #E0B9EB. Grayscale: #343434. Windows color (decimal): -14727660 or 1328671. OLE color: 1328671.

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

Color convert

RGB317020-
CMYK0.5600.710.73
HSL106.8º55.56%17.65%-
HSV(B)106.8º71.43%27.45%-
XYZ2.884.721.42-
YUV52.64109.58112.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=25.62%
G=57.85%
B=16.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3170200.5600.710.73106.855.5617.65
Hex1F461438047496b3812
Octal37106247001071111537022
Binary11111100011010100111000010001111001001110101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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