#051F00

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

Shades of Myrtle #051F00

Tints of Myrtle #051F00

Color information

#051F00 (or 0x051F00) is unknown color: approx Myrtle. HEX triplet: 05, 1F and 00. RGB value is (5,31,0). Sum of RGB (Red+Green+Blue) = 5+31+0=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #051F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F00 is #FAE0FF. Grayscale: #131313. Windows color (decimal): -16441600 or 7941. OLE color: 7941.

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

Color convert

RGB5310-
CMYK0.84010.88
HSL110.32º100%6.08%-
HSV(B)110.32º100%12.16%-
XYZ0.551.010.17-
YUV19.69116.89117.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 31 (12.5% from 255) = 86.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.89%
G=86.11%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal53100.84010.88110.321006.08
Hex51F054064586e646
Octal537012401441301561446
Binary101111110101010001100100101100011011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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