#1F5701

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

Shades of Myrtle #1F5701

Tints of Myrtle #1F5701

Color information

#1F5701 (or 0x1F5701) is unknown color: approx Myrtle. HEX triplet: 1F, 57 and 01. RGB value is (31,87,1). Sum of RGB (Red+Green+Blue) = 31+87+1=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #1F5701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5701 is #E0A8FE. Grayscale: #3C3C3C. Windows color (decimal): -14723327 or 87839. OLE color: 87839.

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

Color convert

RGB31871-
CMYK0.6400.990.66
HSL99.07º97.73%17.25%-
HSV(B)99.07º98.85%34.12%-
XYZ3.987.111.19-
YUV60.4594.45106.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 87 (34.38% from 255) = 73.11%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=26.05%
G=73.11%
B=0.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal318710.6400.990.6699.0797.7317.25
Hex1F5714006342636211
Octal371271100014310214314221
Binary111111010111110000000110001110000101100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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