#1F5A01

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

Shades of Myrtle #1F5A01

Tints of Myrtle #1F5A01

Color information

#1F5A01 (or 0x1F5A01) is unknown color: approx Myrtle. HEX triplet: 1F, 5A and 01. RGB value is (31,90,1). Sum of RGB (Red+Green+Blue) = 31+90+1=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5A01 is #E0A5FE. Grayscale: #3E3E3E. Windows color (decimal): -14722559 or 88607. OLE color: 88607.

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

Color convert

RGB31901-
CMYK0.6600.990.65
HSL99.78º97.8%17.84%-
HSV(B)99.78º98.89%35.29%-
XYZ4.237.611.27-
YUV62.2193.45105.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 90 (35.55% from 255) = 73.77%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=25.41%
G=73.77%
B=0.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal319010.6600.990.6599.7897.817.84
Hex1F5A14206341646212
Octal371321102014310114414222
Binary111111011010110000100110001110000011100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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