#1F4520

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

Shades of Myrtle #1F4520

Tints of Myrtle #1F4520

Color information

#1F4520 (or 0x1F4520) is unknown color: approx Myrtle. HEX triplet: 1F, 45 and 20. RGB value is (31,69,32). Sum of RGB (Red+Green+Blue) = 31+69+32=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4520 is #E0BADF. Grayscale: #353535. Windows color (decimal): -14727904 or 2114847. OLE color: 2114847.

HSL color Cylindrical-coordinate representation of color #1F4520: hue angle of 121.58º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F4520 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB316932-
CMYK0.5500.540.73
HSL121.58º38%19.61%-
HSV(B)121.58º55.07%27.06%-
XYZ2.954.652.11-
YUV53.42115.91112.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=23.48%
G=52.27%
B=24.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3169320.5500.540.73121.583819.61
Hex1F452037036497a2614
Octal3710540670661111724624
Binary11111100010110000011011101101101001001111101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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