Html Css Color HEX #014103 Myrtle

📋 copy color: '#014103'

red 1 ◦ green 65 ◦ blue 3

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

Shades of Myrtle #014103

Tints of Myrtle #014103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 94.2%

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

R = 1.45%
G = 94.2%
B = 4.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#014103 (or 0x014103) is known color: Myrtle. HEX triplet: 01, 41 and 03. RGB value is (1,65,3). Sum of RGB (Red+Green+Blue) = 1+65+3=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 65 (25.78% from 255 or 94.20% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 65 - color contains mainly: green. Hex color #014103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014103 is #FEBEFC. Grayscale: #262626. Windows color (decimal): -16695037 or 213249. OLE color: 213249.

HSL color Cylindrical-coordinate representation of color #014103: hue angle of 121.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014103 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 3 -
CMYK 0.98 0 0.95 0.75
HSL 121.88º 0.97% 0.13% -
HSV(B) 121.88º 0.98% 0.25% -
XYZ 1.92 3.79 0.72 -
YUV 38.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 1 65 3 0.98 0 0.95 0.75 121.88 0.97 0.13
Hex 1 41 3 62 0 5F 4B 7A 61 D
Octal 1 101 3 142 0 137 113 172 141 15
Binary 1 1000001 11 1100010 0 1011111 1001011 1111010 1100001 1101

Color Harmonies of #014103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014103

Black with #014103

Text Example


Text Example

White with #014103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014103; }

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

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

background-color css

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

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

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

border-color css

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

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

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