#014407

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

Shades of Myrtle #014407

Tints of Myrtle #014407

Color information

#014407 (or 0x014407) is unknown color: approx Myrtle. HEX triplet: 01, 44 and 07. RGB value is (1,68,7). Sum of RGB (Red+Green+Blue) = 1+68+7=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 68 (26.95% from 255 or 89.47% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 68 - color contains mainly: green. Hex color #014407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014407 is #FEBBF8. Grayscale: #292929. Windows color (decimal): -16694265 or 476161. OLE color: 476161.

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

Color convert

RGB1687-
CMYK0.9900.900.73
HSL125.37º97.1%13.53%-
HSV(B)125.37º98.53%26.67%-
XYZ2.124.160.89-
YUV41.01108.899.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 68 (26.95% from 255) = 89.47%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=1.32%
G=89.47%
B=9.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16870.9900.900.73125.3797.113.53
Hex14476305A497d61e
Octal11047143013211117514116
Binary110001001111100011010110101001001111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014407; }

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

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

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

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

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

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

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

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