#014400

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

Shades of Myrtle #014400

Tints of Myrtle #014400

Color information

#014400 (or 0x014400) is unknown color: approx Myrtle. HEX triplet: 01, 44 and 00. RGB value is (1,68,0). Sum of RGB (Red+Green+Blue) = 1+68+0=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 68 (26.95% from 255 or 98.55% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 68 - color contains mainly: green. Hex color #014400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014400 is #FEBBFF. Grayscale: #282828. Windows color (decimal): -16694272 or 17409. OLE color: 17409.

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

Color convert

RGB1680-
CMYK0.99010.73
HSL119.12º100%13.33%-
HSV(B)119.12º100%26.67%-
XYZ2.084.140.69-
YUV40.21105.3100.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 68 (26.95% from 255) = 98.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.45%
G=98.55%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16800.99010.73119.1210013.33
Hex144063064497764d
Octal11040143014411116714415
Binary1100010001100011011001001001001111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014400; }

 p { color: rgb(1,68,0); }

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

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

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

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

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

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

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