#014301

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

Shades of Myrtle #014301

Tints of Myrtle #014301

Color information

#014301 (or 0x014301) is unknown color: approx Myrtle. HEX triplet: 01, 43 and 01. RGB value is (1,67,1). Sum of RGB (Red+Green+Blue) = 1+67+1=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 67 (26.56% from 255 or 97.10% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 67 - color contains mainly: green. Hex color #014301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014301 is #FEBCFE. Grayscale: #272727. Windows color (decimal): -16694527 or 82689. OLE color: 82689.

HSL color Cylindrical-coordinate representation of color #014301: hue angle of 120º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014301 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB1671-
CMYK0.9900.990.74
HSL120º97.06%13.33%-
HSV(B)120º98.51%26.27%-
XYZ2.034.020.7-
YUV39.74106.13100.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 67 (26.56% from 255) = 97.10%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=1.45%
G=97.10%
B=1.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16710.9900.990.7412097.0613.33
Hex1431630634A7861d
Octal11031143014311217014115
Binary1100001111100011011000111001010111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014301; }

 p { color: rgb(1,67,1); }

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

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

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

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

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

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

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