Html Css Color HEX #013706 Myrtle

📋 copy color: '#013706'

red 1 ◦ green 55 ◦ blue 6

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

Shades of Myrtle #013706

Tints of Myrtle #013706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 88.71%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 1.61%
G = 88.71%
B = 9.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#013706 (or 0x013706) is known color: Myrtle. HEX triplet: 01, 37 and 06. RGB value is (1,55,6). Sum of RGB (Red+Green+Blue) = 1+55+6=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 55 (21.88% from 255 or 88.71% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 55 - color contains mainly: green. Hex color #013706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013706 is #FEC8F9. Grayscale: #212121. Windows color (decimal): -16697594 or 407297. OLE color: 407297.

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

Color convert

RGB 1 55 6 -
CMYK 0.98 0 0.89 0.78
HSL 125.56º 0.96% 0.11% -
HSV(B) 125.56º 0.98% 0.22% -
XYZ 1.41 2.75 0.63 -
YUV 33.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 1 55 6 0.98 0 0.89 0.78 125.56 0.96 0.11
Hex 1 37 6 62 0 59 4E 7E 60 B
Octal 1 67 6 142 0 131 116 176 140 13
Binary 1 110111 110 1100010 0 1011001 1001110 1111110 1100000 1011

Color Harmonies of #013706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013706

Black with #013706

Text Example


Text Example

White with #013706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013706; }

 p { color: rgb(1,55,6); }

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

background-color css

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

 a { background-color: rgb(1,55,6); }

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

border-color css

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

 span { border-color: rgb(1,55,6); }

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