#013602

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

Shades of Myrtle #013602

Tints of Myrtle #013602

Color information

#013602 (or 0x013602) is unknown color: approx Myrtle. HEX triplet: 01, 36 and 02. RGB value is (1,54,2). Sum of RGB (Red+Green+Blue) = 1+54+2=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 54 (21.48% from 255 or 94.74% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 54 - color contains mainly: green. Hex color #013602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013602 is #FEC9FD. Grayscale: #202020. Windows color (decimal): -16697854 or 144897. OLE color: 144897.

HSL color Cylindrical-coordinate representation of color #013602: hue angle of 121.13º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013602 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB1542-
CMYK0.9800.960.79
HSL121.13º96.36%10.78%-
HSV(B)121.13º98.15%21.18%-
XYZ1.342.650.5-
YUV32.22110.94105.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 54 (21.48% from 255) = 94.74%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=1.75%
G=94.74%
B=3.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15420.9800.960.79121.1396.3610.78
Hex1362620604F7960b
Octal1662142014011717114013
Binary1110110101100010011000001001111111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013602; }

 p { color: rgb(1,54,2); }

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

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

 a { background-color: rgb(1,54,2); }

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

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

 span { border-color: rgb(1,54,2); }

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