Html Css Color HEX #013702 Myrtle

📋 copy color: '#013702'

red 1 ◦ green 55 ◦ blue 2

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

Shades of Myrtle #013702

Tints of Myrtle #013702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.45%

R = 1.72%
G = 94.83%
B = 3.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#013702 (or 0x013702) is known color: Myrtle. HEX triplet: 01, 37 and 02. RGB value is (1,55,2). Sum of RGB (Red+Green+Blue) = 1+55+2=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 55 (21.88% from 255 or 94.83% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 55 - color contains mainly: green. Hex color #013702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013702 is #FEC8FD. Grayscale: #202020. Windows color (decimal): -16697598 or 145153. OLE color: 145153.

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

Color convert

RGB 1 55 2 -
CMYK 0.98 0 0.96 0.78
HSL 121.11º 0.96% 0.11% -
HSV(B) 121.11º 0.98% 0.22% -
XYZ 1.39 2.74 0.51 -
YUV 32.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 1 55 2 0.98 0 0.96 0.78 121.11 0.96 0.11
Hex 1 37 2 62 0 60 4E 79 60 B
Octal 1 67 2 142 0 140 116 171 140 13
Binary 1 110111 10 1100010 0 1100000 1001110 1111001 1100000 1011

Color Harmonies of #013702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013702

Black with #013702

Text Example


Text Example

White with #013702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013702; }

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

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

background-color css

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

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

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

border-color css

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

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

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