#1F4820

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

Shades of Myrtle #1F4820

Tints of Myrtle #1F4820

Color information

#1F4820 (or 0x1F4820) is unknown color: approx Myrtle. HEX triplet: 1F, 48 and 20. RGB value is (31,72,32). Sum of RGB (Red+Green+Blue) = 31+72+32=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4820 is #E0B7DF. Grayscale: #373737. Windows color (decimal): -14727136 or 2115615. OLE color: 2115615.

HSL color Cylindrical-coordinate representation of color #1F4820: hue angle of 121.46º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4820 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB317232-
CMYK0.5700.560.72
HSL121.46º39.81%20.2%-
HSV(B)121.46º56.94%28.24%-
XYZ3.145.032.17-
YUV55.18114.92110.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=22.96%
G=53.33%
B=23.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172320.5700.560.72121.4639.8120.2
Hex1F48203903848792814
Octal3711040710701101715024
Binary11111100100010000011100101110001001000111100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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