#1F3D20

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

Shades of Myrtle #1F3D20

Tints of Myrtle #1F3D20

Color information

#1F3D20 (or 0x1F3D20) is unknown color: approx Myrtle. HEX triplet: 1F, 3D and 20. RGB value is (31,61,32). Sum of RGB (Red+Green+Blue) = 31+61+32=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D20 is #E0C2DF. Grayscale: #303030. Windows color (decimal): -14729952 or 2112799. OLE color: 2112799.

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

Color convert

RGB316132-
CMYK0.4900.480.76
HSL122º32.61%18.04%-
HSV(B)122º49.18%23.92%-
XYZ2.493.731.96-
YUV48.72118.56115.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 61 (24.22% from 255) = 49.19%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=25%
G=49.19%
B=25.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3161320.4900.480.7612232.6118.04
Hex1F3D20310304C7a2112
Octal377540610601141724122
Binary1111111110110000011000101100001001100111101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,61,32); }

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

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

 a { background-color: rgb(31,61,32); }

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

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

 span { border-color: rgb(31,61,32); }

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