#1F4312

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

Shades of Myrtle #1F4312

Tints of Myrtle #1F4312

Color information

#1F4312 (or 0x1F4312) is unknown color: approx Myrtle. HEX triplet: 1F, 43 and 12. RGB value is (31,67,18). Sum of RGB (Red+Green+Blue) = 31+67+18=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4312 is #E0BCED. Grayscale: #323232. Windows color (decimal): -14728430 or 1196831. OLE color: 1196831.

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

Color convert

RGB316718-
CMYK0.5400.730.74
HSL104.08º57.65%16.67%-
HSV(B)104.08º73.13%26.27%-
XYZ2.684.351.27-
YUV50.65109.57113.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=26.72%
G=57.76%
B=15.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3167180.5400.730.74104.0857.6516.67
Hex1F4312360494A683a11
Octal37103226601111121507221
Binary11111100001110010110110010010011001010110100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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