#1F3920

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

Shades of Myrtle #1F3920

Tints of Myrtle #1F3920

Color information

#1F3920 (or 0x1F3920) is unknown color: approx Myrtle. HEX triplet: 1F, 39 and 20. RGB value is (31,57,32). Sum of RGB (Red+Green+Blue) = 31+57+32=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3920 is #E0C6DF. Grayscale: #2E2E2E. Windows color (decimal): -14730976 or 2111775. OLE color: 2111775.

HSL color Cylindrical-coordinate representation of color #1F3920: hue angle of 122.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3920 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB315732-
CMYK0.4600.440.78
HSL122.31º29.55%17.25%-
HSV(B)122.31º45.61%22.35%-
XYZ2.293.321.89-
YUV46.38119.89117.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=25.83%
G=47.5%
B=26.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157320.4600.440.78122.3129.5517.25
Hex1F39202E02C4E7a1e11
Octal377140560541161723621
Binary111111110011000001011100101100100111011110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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