Html Css Color HEX #013703 Myrtle

📋 copy color: '#013703'

red 1 ◦ green 55 ◦ blue 3

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

Shades of Myrtle #013703

Tints of Myrtle #013703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.08%

R = 1.69%
G = 93.22%
B = 5.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#013703 (or 0x013703) is known color: Myrtle. HEX triplet: 01, 37 and 03. RGB value is (1,55,3). Sum of RGB (Red+Green+Blue) = 1+55+3=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 55 (21.88% from 255 or 93.22% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 55 - color contains mainly: green. Hex color #013703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013703 is #FEC8FC. Grayscale: #212121. Windows color (decimal): -16697597 or 210689. OLE color: 210689.

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

Color convert

RGB 1 55 3 -
CMYK 0.98 0 0.95 0.78
HSL 122.22º 0.96% 0.11% -
HSV(B) 122.22º 0.98% 0.22% -
XYZ 1.4 2.75 0.54 -
YUV 32.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 1 55 3 0.98 0 0.95 0.78 122.22 0.96 0.11
Hex 1 37 3 62 0 5F 4E 7A 60 B
Octal 1 67 3 142 0 137 116 172 140 13
Binary 1 110111 11 1100010 0 1011111 1001110 1111010 1100000 1011

Color Harmonies of #013703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013703

Black with #013703

Text Example


Text Example

White with #013703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013703; }

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

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

background-color css

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

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

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

border-color css

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

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

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