#014105

Color #014105 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #014105

Tints of Myrtle #014105

Color information

#014105 (or 0x014105) is unknown color: approx 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

RGB1655-
CMYK0.9800.920.75
HSL123.75º96.97%12.94%-
HSV(B)123.75º98.46%25.49%-
XYZ1.933.80.77-
YUV39.02108.8100.88-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16550.9800.920.75123.7596.9712.94
Hex14156205C4B7c61d
Octal11015142013411317414115
Binary110000011011100010010111001001011111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>