#013205

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

Shades of Myrtle #013205

Tints of Myrtle #013205

Color information

#013205 (or 0x013205) is unknown color: approx Myrtle. HEX triplet: 01, 32 and 05. RGB value is (1,50,5). Sum of RGB (Red+Green+Blue) = 1+50+5=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #013205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013205 is #FECDFA. Grayscale: #1E1E1E. Windows color (decimal): -16698875 or 340481. OLE color: 340481.

HSL color Cylindrical-coordinate representation of color #013205: hue angle of 124.9º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013205 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB1505-
CMYK0.9800.900.80
HSL124.9º96.08%10%-
HSV(B)124.9º98%19.61%-
XYZ1.182.30.53-
YUV30.22113.77107.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 50 (19.92% from 255) = 89.29%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=1.79%
G=89.29%
B=8.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15050.9800.900.80124.996.0810
Hex13256205A507d60a
Octal1625142013212017514012
Binary11100101011100010010110101010000111110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013205; }

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

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

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

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

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

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

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

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