#014108

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

Shades of Myrtle #014108

Tints of Myrtle #014108

Color information

#014108 (or 0x014108) is unknown color: approx Myrtle. HEX triplet: 01, 41 and 08. RGB value is (1,65,8). Sum of RGB (Red+Green+Blue) = 1+65+8=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #014108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014108 is #FEBEF7. Grayscale: #272727. Windows color (decimal): -16695032 or 540929. OLE color: 540929.

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

Color convert

RGB1658-
CMYK0.9800.880.75
HSL126.56º96.97%12.94%-
HSV(B)126.56º98.46%25.49%-
XYZ1.953.80.86-
YUV39.37110.3100.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 65 (25.78% from 255) = 87.84%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=1.35%
G=87.84%
B=10.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16580.9800.880.75126.5696.9712.94
Hex1418620584B7f61d
Octal110110142013011317714115
Binary1100000110001100010010110001001011111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014108; }

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

 H1.HeaderClassName
 {
   color: #014108;
 }
 .AnyTagClassName
 {
   color: #014108;
 }
</style>
background-color css

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

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

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

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

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

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