#013600

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

Shades of Myrtle #013600

Tints of Myrtle #013600

Color information

#013600 (or 0x013600) is unknown color: approx Myrtle. HEX triplet: 01, 36 and 00. RGB value is (1,54,0). Sum of RGB (Red+Green+Blue) = 1+54+0=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 54 (21.48% from 255 or 98.18% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 54 - color contains mainly: green. Hex color #013600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013600 is #FEC9FF. Grayscale: #202020. Windows color (decimal): -16697856 or 13825. OLE color: 13825.

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

Color convert

RGB1540-
CMYK0.98010.79
HSL118.89º100%10.59%-
HSV(B)118.89º100%21.18%-
XYZ1.332.640.44-
YUV32109.94105.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 54 (21.48% from 255) = 98.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.82%
G=98.18%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15400.98010.79118.8910010.59
Hex1360620644F7764b
Octal1660142014411716714413
Binary111011001100010011001001001111111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013600; }

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

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

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

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

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

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

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

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