#1F4120

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

Shades of Myrtle #1F4120

Tints of Myrtle #1F4120

Color information

#1F4120 (or 0x1F4120) is unknown color: approx Myrtle. HEX triplet: 1F, 41 and 20. RGB value is (31,65,32). Sum of RGB (Red+Green+Blue) = 31+65+32=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4120 is #E0BEDF. Grayscale: #333333. Windows color (decimal): -14728928 or 2113823. OLE color: 2113823.

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

Color convert

RGB316532-
CMYK0.5200.510.75
HSL121.76º35.42%18.82%-
HSV(B)121.76º52.31%25.49%-
XYZ2.724.182.03-
YUV51.07117.24113.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 32 (12.89% from 255) = 25%
R=24.22%
G=50.78%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165320.5200.510.75121.7635.4218.82
Hex1F4120340334B7a2313
Octal3710140640631131724323
Binary11111100000110000011010001100111001011111101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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