#1F551A

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

Shades of Myrtle #1F551A

Tints of Myrtle #1F551A

Color information

#1F551A (or 0x1F551A) is unknown color: approx Myrtle. HEX triplet: 1F, 55 and 1A. RGB value is (31,85,26). Sum of RGB (Red+Green+Blue) = 31+85+26=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #1F551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F551A is #E0AAE5. Grayscale: #3E3E3E. Windows color (decimal): -14723814 or 1725727. OLE color: 1725727.

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

Color convert

RGB318526-
CMYK0.6400.690.67
HSL114.92º53.15%21.76%-
HSV(B)114.92º69.41%33.33%-
XYZ46.862.09-
YUV62.13107.61105.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=21.83%
G=59.86%
B=18.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185260.6400.690.67114.9253.1521.76
Hex1F551A4004543733516
Octal371253210001051031636526
Binary111111010101110101000000010001011000011111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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