#1F531B

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

Shades of Myrtle #1F531B

Tints of Myrtle #1F531B

Color information

#1F531B (or 0x1F531B) is unknown color: approx Myrtle. HEX triplet: 1F, 53 and 1B. RGB value is (31,83,27). Sum of RGB (Red+Green+Blue) = 31+83+27=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #1F531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F531B is #E0ACE4. Grayscale: #3D3D3D. Windows color (decimal): -14724325 or 1790751. OLE color: 1790751.

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

Color convert

RGB318327-
CMYK0.6300.670.67
HSL115.71º50.91%21.57%-
HSV(B)115.71º67.47%32.55%-
XYZ3.866.562.1-
YUV61.07108.77106.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=21.99%
G=58.87%
B=19.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183270.6300.670.67115.7150.9121.57
Hex1F531B3F04343743316
Octal37123337701031031646326
Binary11111101001111011111111010000111000011111010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,27); }

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

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

 a { background-color: rgb(31,83,27); }

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

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

 span { border-color: rgb(31,83,27); }

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