#1F4612

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

Shades of Myrtle #1F4612

Tints of Myrtle #1F4612

Color information

#1F4612 (or 0x1F4612) is unknown color: approx Myrtle. HEX triplet: 1F, 46 and 12. RGB value is (31,70,18). Sum of RGB (Red+Green+Blue) = 31+70+18=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4612 is #E0B9ED. Grayscale: #343434. Windows color (decimal): -14727662 or 1197599. OLE color: 1197599.

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

Color convert

RGB317018-
CMYK0.5600.740.73
HSL105º59.09%17.25%-
HSV(B)105º74.29%27.45%-
XYZ2.864.721.33-
YUV52.41108.58112.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=26.05%
G=58.82%
B=15.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3170180.5600.740.7310559.0917.25
Hex1F46123804A49693b11
Octal37106227001121111517321
Binary11111100011010010111000010010101001001110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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