Html Css Color HEX #014104 Myrtle

📋 copy color: '#014104'

red 1 ◦ green 65 ◦ blue 4

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

Shades of Myrtle #014104

Tints of Myrtle #014104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.71%

R = 1.43%
G = 92.86%
B = 5.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#014104 (or 0x014104) is known color: Myrtle. HEX triplet: 01, 41 and 04. RGB value is (1,65,4). Sum of RGB (Red+Green+Blue) = 1+65+4=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 65 (25.78% from 255 or 92.86% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 65 - color contains mainly: green. Hex color #014104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014104 is #FEBEFB. Grayscale: #272727. Windows color (decimal): -16695036 or 278785. OLE color: 278785.

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

Color convert

RGB 1 65 4 -
CMYK 0.98 0 0.94 0.75
HSL 122.81º 0.97% 0.13% -
HSV(B) 122.81º 0.98% 0.25% -
XYZ 1.92 3.8 0.75 -
YUV 38.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 1 65 4 0.98 0 0.94 0.75 122.81 0.97 0.13
Hex 1 41 4 62 0 5E 4B 7B 61 D
Octal 1 101 4 142 0 136 113 173 141 15
Binary 1 1000001 100 1100010 0 1011110 1001011 1111011 1100001 1101

Color Harmonies of #014104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014104

Black with #014104

Text Example


Text Example

White with #014104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014104; }

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

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

background-color css

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

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

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

border-color css

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

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

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