Html Css Color HEX #013403 Myrtle

📋 copy color: '#013403'

red 1 ◦ green 52 ◦ blue 3

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

Shades of Myrtle #013403

Tints of Myrtle #013403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 92.86%

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

R = 1.79%
G = 92.86%
B = 5.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#013403 (or 0x013403) is known color: Myrtle. HEX triplet: 01, 34 and 03. RGB value is (1,52,3). Sum of RGB (Red+Green+Blue) = 1+52+3=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 52 (20.70% from 255 or 92.86% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 52 - color contains mainly: green. Hex color #013403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013403 is #FECBFC. Grayscale: #1F1F1F. Windows color (decimal): -16698365 or 209921. OLE color: 209921.

HSL color Cylindrical-coordinate representation of color #013403: hue angle of 122.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013403 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 3 -
CMYK 0.98 0 0.94 0.80
HSL 122.35º 0.96% 0.1% -
HSV(B) 122.35º 0.98% 0.2% -
XYZ 1.26 2.47 0.5 -
YUV 31.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 1 52 3 0.98 0 0.94 0.80 122.35 0.96 0.1
Hex 1 34 3 62 0 5E 50 7A 60 A
Octal 1 64 3 142 0 136 120 172 140 12
Binary 1 110100 11 1100010 0 1011110 1010000 1111010 1100000 1010

Color Harmonies of #013403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013403

Black with #013403

Text Example


Text Example

White with #013403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013403; }

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

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

background-color css

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

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

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

border-color css

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

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

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