Html Css Color HEX #014106 Myrtle

📋 copy color: '#014106'

red 1 ◦ green 65 ◦ blue 6

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

Shades of Myrtle #014106

Tints of Myrtle #014106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.33%

R = 1.39%
G = 90.28%
B = 8.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#014106 (or 0x014106) is known color: Myrtle. HEX triplet: 01, 41 and 06. RGB value is (1,65,6). Sum of RGB (Red+Green+Blue) = 1+65+6=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 65 (25.78% from 255 or 90.28% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 65 - color contains mainly: green. Hex color #014106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014106 is #FEBEF9. Grayscale: #272727. Windows color (decimal): -16695034 or 409857. OLE color: 409857.

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

Color convert

RGB 1 65 6 -
CMYK 0.98 0 0.91 0.75
HSL 124.69º 0.97% 0.13% -
HSV(B) 124.69º 0.98% 0.25% -
XYZ 1.94 3.8 0.8 -
YUV 39.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 1 65 6 0.98 0 0.91 0.75 124.69 0.97 0.13
Hex 1 41 6 62 0 5B 4B 7D 61 D
Octal 1 101 6 142 0 133 113 175 141 15
Binary 1 1000001 110 1100010 0 1011011 1001011 1111101 1100001 1101

Color Harmonies of #014106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014106

Black with #014106

Text Example


Text Example

White with #014106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014106; }

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

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

background-color css

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

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

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

border-color css

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

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

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