#1F4015

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

Shades of Myrtle #1F4015

Tints of Myrtle #1F4015

Color information

#1F4015 (or 0x1F4015) is unknown color: approx Myrtle. HEX triplet: 1F, 40 and 15. RGB value is (31,64,21). Sum of RGB (Red+Green+Blue) = 31+64+21=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4015 is #E0BFEA. Grayscale: #313131. Windows color (decimal): -14729195 or 1392671. OLE color: 1392671.

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

Color convert

RGB316421-
CMYK0.5200.670.75
HSL106.05º50.59%16.67%-
HSV(B)106.05º67.19%25.1%-
XYZ2.534.011.35-
YUV49.23112.07115-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=26.72%
G=55.17%
B=18.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164210.5200.670.75106.0550.5916.67
Hex1F4015340434B6a3311
Octal37100256401031131526321
Binary11111100000010101110100010000111001011110101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,21); }

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

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

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

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

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

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

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