#014007

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

Shades of Myrtle #014007

Tints of Myrtle #014007

Color information

#014007 (or 0x014007) is unknown color: approx Myrtle. HEX triplet: 01, 40 and 07. RGB value is (1,64,7). Sum of RGB (Red+Green+Blue) = 1+64+7=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #014007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014007 is #FEBFF8. Grayscale: #262626. Windows color (decimal): -16695289 or 475137. OLE color: 475137.

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

Color convert

RGB1647-
CMYK0.9800.890.75
HSL125.71º96.92%12.75%-
HSV(B)125.71º98.44%25.1%-
XYZ1.883.690.81-
YUV38.66110.13101.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 64 (25.39% from 255) = 88.89%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=1.39%
G=88.89%
B=9.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16470.9800.890.75125.7196.9212.75
Hex1407620594B7e61d
Octal11007142013111317614115
Binary110000001111100010010110011001011111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014007; }

 p { color: rgb(1,64,7); }

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

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

 a { background-color: rgb(1,64,7); }

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

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

 span { border-color: rgb(1,64,7); }

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