Html Css Color HEX #013604 Myrtle

📋 copy color: '#013604'

red 1 ◦ green 54 ◦ blue 4

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

Shades of Myrtle #013604

Tints of Myrtle #013604

RGB

 RED value IS 1 (0.78% from 255) = 1.69%

 GREEN value IS 54 (21.48% from 255) = 91.53%

 BLUE value IS 4 (1.95% from 255) = 6.78%

R = 1.69%
G = 91.53%
B = 6.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#013604 (or 0x013604) is known color: Myrtle. HEX triplet: 01, 36 and 04. RGB value is (1,54,4). Sum of RGB (Red+Green+Blue) = 1+54+4=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 54 (21.48% from 255 or 91.53% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 54 - color contains mainly: green. Hex color #013604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013604 is #FEC9FB. Grayscale: #202020. Windows color (decimal): -16697852 or 275969. OLE color: 275969.

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

Color convert

RGB 1 54 4 -
CMYK 0.98 0 0.93 0.79
HSL 123.4º 0.96% 0.11% -
HSV(B) 123.4º 0.98% 0.21% -
XYZ 1.35 2.65 0.56 -
YUV 32.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 1 54 4 0.98 0 0.93 0.79 123.4 0.96 0.11
Hex 1 36 4 62 0 5D 4F 7B 60 B
Octal 1 66 4 142 0 135 117 173 140 13
Binary 1 110110 100 1100010 0 1011101 1001111 1111011 1100000 1011

Color Harmonies of #013604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013604

Black with #013604

Text Example


Text Example

White with #013604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013604; }

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

 H1.HeaderClassName
 {
   color: #013604;
 }
 .AnyTagClassName
 {
   color: #013604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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