#014608

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

Shades of Myrtle #014608

Tints of Myrtle #014608

Color information

#014608 (or 0x014608) is unknown color: approx Myrtle. HEX triplet: 01, 46 and 08. RGB value is (1,70,8). Sum of RGB (Red+Green+Blue) = 1+70+8=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 70 (27.73% from 255 or 88.61% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 70 - color contains mainly: green. Hex color #014608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014608 is #FEB9F7. Grayscale: #2A2A2A. Windows color (decimal): -16693752 or 542209. OLE color: 542209.

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

Color convert

RGB1708-
CMYK0.9900.890.73
HSL126.09º97.18%13.92%-
HSV(B)126.09º98.57%27.45%-
XYZ2.254.40.96-
YUV42.3108.6498.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 70 (27.73% from 255) = 88.61%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=1.27%
G=88.61%
B=10.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal17080.9900.890.73126.0997.1813.92
Hex146863059497e61e
Octal110610143013111117614116
Binary1100011010001100011010110011001001111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014608; }

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

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

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

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

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

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

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

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