Html Css Color HEX #013600 Myrtle

📋 copy color: '#013600'

red 1 ◦ green 54 ◦ blue 0

#013600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #013600

Tints of Myrtle #013600

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 value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#013600 (or 0x013600) is known color: 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

RGB 1 54 0 -
CMYK 0.98 0 1 0.79
HSL 118.89º 1% 0.11% -
HSV(B) 118.89º 1% 0.21% -
XYZ 1.33 2.64 0.44 -
YUV 32 109.94 105.89 -
System Red Green Blue C M Y K H S L
Decimal 1 54 0 0.98 0 1 0.79 118.89 1 0.11
Hex 1 36 0 62 0 64 4F 77 64 B
Octal 1 66 0 142 0 144 117 167 144 13
Binary 1 110110 0 1100010 0 1100100 1001111 1110111 1100100 1011

Color Harmonies of #013600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013600

Black with #013600

Text Example


Text Example

White with #013600

Text Example


Text Example

HTML Codes & Css Web 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>