#1F4111

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

Shades of Myrtle #1F4111

Tints of Myrtle #1F4111

Color information

#1F4111 (or 0x1F4111) is unknown color: approx Myrtle. HEX triplet: 1F, 41 and 11. RGB value is (31,65,17). Sum of RGB (Red+Green+Blue) = 31+65+17=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4111 is #E0BEEE. Grayscale: #313131. Windows color (decimal): -14728943 or 1130783. OLE color: 1130783.

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

Color convert

RGB316517-
CMYK0.5200.740.75
HSL102.5º58.54%16.08%-
HSV(B)102.5º73.85%25.49%-
XYZ2.564.111.19-
YUV49.36109.74114.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=27.43%
G=57.52%
B=15.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165170.5200.740.75102.558.5416.08
Hex1F41113404A4B663b10
Octal37101216401121131467320
Binary11111100000110001110100010010101001011110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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