#051500

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

Shades of Myrtle #051500

Tints of Myrtle #051500

Color information

#051500 (or 0x051500) is unknown color: approx Myrtle. HEX triplet: 05, 15 and 00. RGB value is (5,21,0). Sum of RGB (Red+Green+Blue) = 5+21+0=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #051500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051500 is #FAEAFF. Grayscale: #0D0D0D. Windows color (decimal): -16444160 or 5381. OLE color: 5381.

HSL color Cylindrical-coordinate representation of color #051500: hue angle of 105.71º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB5210-
CMYK0.76010.92
HSL105.71º100%4.12%-
HSV(B)105.71º100%8.24%-
XYZ0.330.570.09-
YUV13.82120.2121.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 21 (8.59% from 255) = 80.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.23%
G=80.77%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52100.76010.92105.711004.12
Hex51504C0645C6a644
Octal525011401441341521444
Binary101101010100110001100100101110011010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051500; }

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

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

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

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

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

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

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

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