#051A00

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

Shades of Myrtle #051A00

Tints of Myrtle #051A00

Color information

#051A00 (or 0x051A00) is unknown color: approx Myrtle. HEX triplet: 05, 1A and 00. RGB value is (5,26,0). Sum of RGB (Red+Green+Blue) = 5+26+0=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #051A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A00 is #FAE5FF. Grayscale: #101010. Windows color (decimal): -16442880 or 6661. OLE color: 6661.

HSL color Cylindrical-coordinate representation of color #051A00: hue angle of 108.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051A00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB5260-
CMYK0.81010.90
HSL108.46º100%5.1%-
HSV(B)108.46º100%10.2%-
XYZ0.430.770.13-
YUV16.76118.54119.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 26 (10.55% from 255) = 83.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.13%
G=83.87%
B=0%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal52600.81010.90108.461005.1
Hex51A0510645A6c645
Octal532012101441321541445
Binary101110100101000101100100101101011011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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