#1F5401

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

Shades of Myrtle #1F5401

Tints of Myrtle #1F5401

Color information

#1F5401 (or 0x1F5401) is unknown color: approx Myrtle. HEX triplet: 1F, 54 and 01. RGB value is (31,84,1). Sum of RGB (Red+Green+Blue) = 31+84+1=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5401 is #E0ABFE. Grayscale: #3A3A3A. Windows color (decimal): -14724095 or 87071. OLE color: 87071.

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

Color convert

RGB31841-
CMYK0.6300.990.67
HSL98.31º97.65%16.67%-
HSV(B)98.31º98.81%32.94%-
XYZ3.746.631.11-
YUV58.6995.44108.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=26.72%
G=72.41%
B=0.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal318410.6300.990.6798.3197.6516.67
Hex1F5413F06343626211
Octal37124177014310314214221
Binary11111101010011111110110001110000111100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,1); }

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

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

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

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

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

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

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