#1F4211

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

Shades of Myrtle #1F4211

Tints of Myrtle #1F4211

Color information

#1F4211 (or 0x1F4211) is unknown color: approx Myrtle. HEX triplet: 1F, 42 and 11. RGB value is (31,66,17). Sum of RGB (Red+Green+Blue) = 31+66+17=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4211 is #E0BDEE. Grayscale: #323232. Windows color (decimal): -14728687 or 1131039. OLE color: 1131039.

HSL color Cylindrical-coordinate representation of color #1F4211: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4211 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB316617-
CMYK0.5300.740.74
HSL102.86º59.04%16.27%-
HSV(B)102.86º74.24%25.88%-
XYZ2.614.231.21-
YUV49.95109.4114.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 66 (26.17% from 255) = 57.89%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=27.19%
G=57.89%
B=14.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166170.5300.740.74102.8659.0416.27
Hex1F42113504A4A673b10
Octal37102216501121121477320
Binary11111100001010001110101010010101001010110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,17); }

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

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

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

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

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

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

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