#013504

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

Shades of Myrtle #013504

Tints of Myrtle #013504

Color information

#013504 (or 0x013504) is unknown color: approx Myrtle. HEX triplet: 01, 35 and 04. RGB value is (1,53,4). Sum of RGB (Red+Green+Blue) = 1+53+4=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 53 (21.09% from 255 or 91.38% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 53 - color contains mainly: green. Hex color #013504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013504 is #FECAFB. Grayscale: #202020. Windows color (decimal): -16698108 or 275713. OLE color: 275713.

HSL color Cylindrical-coordinate representation of color #013504: hue angle of 123.46º 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 #013504 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB1534-
CMYK0.9800.920.79
HSL123.46º96.3%10.59%-
HSV(B)123.46º98.11%20.78%-
XYZ1.312.560.54-
YUV31.87112.27105.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 53 (21.09% from 255) = 91.38%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=1.72%
G=91.38%
B=6.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15340.9800.920.79123.4696.310.59
Hex13546205C4F7b60b
Octal1654142013411717314013
Binary11101011001100010010111001001111111101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013504; }

 p { color: rgb(1,53,4); }

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

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

 a { background-color: rgb(1,53,4); }

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

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

 span { border-color: rgb(1,53,4); }

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