#1F4D20

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

Shades of Myrtle #1F4D20

Tints of Myrtle #1F4D20

Color information

#1F4D20 (or 0x1F4D20) is unknown color: approx Myrtle. HEX triplet: 1F, 4D and 20. RGB value is (31,77,32). Sum of RGB (Red+Green+Blue) = 31+77+32=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D20 is #E0B2DF. Grayscale: #3A3A3A. Windows color (decimal): -14725856 or 2116895. OLE color: 2116895.

HSL color Cylindrical-coordinate representation of color #1F4D20: hue angle of 121.3º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4D20 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB317732-
CMYK0.6000.580.70
HSL121.3º42.59%21.18%-
HSV(B)121.3º59.74%30.2%-
XYZ3.485.72.28-
YUV58.12113.26108.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 77 (30.47% from 255) = 55%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=22.14%
G=55%
B=22.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3177320.6000.580.70121.342.5921.18
Hex1F4D203C03A46792b15
Octal3711540740721061715325
Binary11111100110110000011110001110101000110111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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