#1F4014

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

Shades of Myrtle #1F4014

Tints of Myrtle #1F4014

Color information

#1F4014 (or 0x1F4014) is unknown color: approx Myrtle. HEX triplet: 1F, 40 and 14. RGB value is (31,64,20). Sum of RGB (Red+Green+Blue) = 31+64+20=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4014 is #E0BFEB. Grayscale: #313131. Windows color (decimal): -14729196 or 1327135. OLE color: 1327135.

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

Color convert

RGB316420-
CMYK0.5200.690.75
HSL105º52.38%16.47%-
HSV(B)105º68.75%25.1%-
XYZ2.524.011.3-
YUV49.12111.57115.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=26.96%
G=55.65%
B=17.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164200.5200.690.7510552.3816.47
Hex1F4014340454B693410
Octal37100246401051131516420
Binary11111100000010100110100010001011001011110100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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