#1F361A

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

Shades of Myrtle #1F361A

Tints of Myrtle #1F361A

Color information

#1F361A (or 0x1F361A) is unknown color: approx Myrtle. HEX triplet: 1F, 36 and 1A. RGB value is (31,54,26). Sum of RGB (Red+Green+Blue) = 31+54+26=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #1F361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F361A is #E0C9E5. Grayscale: #2C2C2C. Windows color (decimal): -14731750 or 1717791. OLE color: 1717791.

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

Color convert

RGB315426-
CMYK0.4300.520.79
HSL109.29º35%15.69%-
HSV(B)109.29º51.85%21.18%-
XYZ2.0731.45-
YUV43.93117.88118.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=27.93%
G=48.65%
B=23.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154260.4300.520.79109.293515.69
Hex1F361A2B0344F6d2310
Octal376632530641171554320
Binary111111101101101010101101101001001111110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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