#1F5516

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

Shades of Myrtle #1F5516

Tints of Myrtle #1F5516

Color information

#1F5516 (or 0x1F5516) is unknown color: approx Myrtle. HEX triplet: 1F, 55 and 16. RGB value is (31,85,22). Sum of RGB (Red+Green+Blue) = 31+85+22=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5516 is #E0AAE9. Grayscale: #3D3D3D. Windows color (decimal): -14723818 or 1463583. OLE color: 1463583.

HSL color Cylindrical-coordinate representation of color #1F5516: hue angle of 111.43º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5516 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB318522-
CMYK0.6400.740.67
HSL111.43º58.88%20.98%-
HSV(B)111.43º74.12%33.33%-
XYZ3.966.851.87-
YUV61.67105.61106.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=22.46%
G=61.59%
B=15.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185220.6400.740.67111.4358.8820.98
Hex1F55164004A436f3b15
Octal371252610001121031577325
Binary111111010101101101000000010010101000011110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,85,22); }

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

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

 a { background-color: rgb(31,85,22); }

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

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

 span { border-color: rgb(31,85,22); }

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