#1F361F

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

Shades of Myrtle #1F361F

Tints of Myrtle #1F361F

Color information

#1F361F (or 0x1F361F) is unknown color: approx Myrtle. HEX triplet: 1F, 36 and 1F. RGB value is (31,54,31). Sum of RGB (Red+Green+Blue) = 31+54+31=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #1F361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F361F is #E0C9E0. Grayscale: #2C2C2C. Windows color (decimal): -14731745 or 2045471. OLE color: 2045471.

HSL color Cylindrical-coordinate representation of color #1F361F: hue angle of 120º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F361F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB315431-
CMYK0.4300.430.79
HSL120º27.06%16.67%-
HSV(B)120º42.59%21.18%-
XYZ2.133.031.77-
YUV44.5120.38118.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=26.72%
G=46.55%
B=26.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154310.4300.430.7912027.0616.67
Hex1F361F2B02B4F781b11
Octal376637530531171703321
Binary11111110110111111010110101011100111111110001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,31); }

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

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

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

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

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

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

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