#1F3E1C

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

Shades of Myrtle #1F3E1C

Tints of Myrtle #1F3E1C

Color information

#1F3E1C (or 0x1F3E1C) is unknown color: approx Myrtle. HEX triplet: 1F, 3E and 1C. RGB value is (31,62,28). Sum of RGB (Red+Green+Blue) = 31+62+28=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E1C is #E0C1E3. Grayscale: #303030. Windows color (decimal): -14729700 or 1850911. OLE color: 1850911.

HSL color Cylindrical-coordinate representation of color #1F3E1C: hue angle of 114.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F3E1C is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB316228-
CMYK0.500.550.76
HSL114.71º37.78%17.65%-
HSV(B)114.71º54.84%24.31%-
XYZ2.53.821.7-
YUV48.86116.23115.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=25.62%
G=51.24%
B=23.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3162280.500.550.76114.7137.7817.65
Hex1F3E1C320374C732612
Octal377634620671141634622
Binary111111111101110011001001101111001100111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,28); }

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

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

 a { background-color: rgb(31,62,28); }

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

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

 span { border-color: rgb(31,62,28); }

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