Html Css Color HEX #014105 Myrtle

📋 copy color: '#014105'

red 1 ◦ green 65 ◦ blue 5

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

Shades of Myrtle #014105

Tints of Myrtle #014105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.04%

R = 1.41%
G = 91.55%
B = 7.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#014105 (or 0x014105) is known color: Myrtle. HEX triplet: 01, 41 and 05. RGB value is (1,65,5). Sum of RGB (Red+Green+Blue) = 1+65+5=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 65 (25.78% from 255 or 91.55% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 65 - color contains mainly: green. Hex color #014105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014105 is #FEBEFA. Grayscale: #272727. Windows color (decimal): -16695035 or 344321. OLE color: 344321.

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

Color convert

RGB 1 65 5 -
CMYK 0.98 0 0.92 0.75
HSL 123.75º 0.97% 0.13% -
HSV(B) 123.75º 0.98% 0.25% -
XYZ 1.93 3.8 0.77 -
YUV 39.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 1 65 5 0.98 0 0.92 0.75 123.75 0.97 0.13
Hex 1 41 5 62 0 5C 4B 7C 61 D
Octal 1 101 5 142 0 134 113 174 141 15
Binary 1 1000001 101 1100010 0 1011100 1001011 1111100 1100001 1101

Color Harmonies of #014105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014105

Black with #014105

Text Example


Text Example

White with #014105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014105; }

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

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

background-color css

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

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

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

border-color css

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

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

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