#051F01

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

Shades of Myrtle #051F01

Tints of Myrtle #051F01

Color information

#051F01 (or 0x051F01) is unknown color: approx Myrtle. HEX triplet: 05, 1F and 01. RGB value is (5,31,1). Sum of RGB (Red+Green+Blue) = 5+31+1=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #051F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F01 is #FAE0FE. Grayscale: #131313. Windows color (decimal): -16441599 or 73477. OLE color: 73477.

HSL color Cylindrical-coordinate representation of color #051F01: hue angle of 112º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F01 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB5311-
CMYK0.8400.970.88
HSL112º93.75%6.27%-
HSV(B)112º96.77%12.16%-
XYZ0.561.010.2-
YUV19.81117.39117.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 31 (12.5% from 255) = 83.78%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=13.51%
G=83.78%
B=2.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal53110.8400.970.8811293.756.27
Hex51F15406158705e6
Octal537112401411301601366
Binary101111111101010001100001101100011100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051F01; }

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

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

<style>
 a { background-color: #051F01; }

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

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

<style>
 span { border-color: #051F01; }

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

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