#013005

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

Shades of Myrtle #013005

Tints of Myrtle #013005

Color information

#013005 (or 0x013005) is unknown color: approx Myrtle. HEX triplet: 01, 30 and 05. RGB value is (1,48,5). Sum of RGB (Red+Green+Blue) = 1+48+5=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 48 (19.14% from 255 or 88.89% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 48 - color contains mainly: green. Hex color #013005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013005 is #FECFFA. Grayscale: #1D1D1D. Windows color (decimal): -16699387 or 339969. OLE color: 339969.

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

Color convert

RGB1485-
CMYK0.9800.900.81
HSL125.11º95.92%9.61%-
HSV(B)125.11º97.92%18.82%-
XYZ1.12.130.5-
YUV29.04114.43108-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 48 (19.14% from 255) = 88.89%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=1.85%
G=88.89%
B=9.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14850.9800.900.81125.1195.929.61
Hex13056205A517d60a
Octal1605142013212117514012
Binary11100001011100010010110101010001111110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013005; }

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

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

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

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

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

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

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

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