#014408

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

Shades of Myrtle #014408

Tints of Myrtle #014408

Color information

#014408 (or 0x014408) is unknown color: approx Myrtle. HEX triplet: 01, 44 and 08. RGB value is (1,68,8). Sum of RGB (Red+Green+Blue) = 1+68+8=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 68 (26.95% from 255 or 88.31% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 68 - color contains mainly: green. Hex color #014408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014408 is #FEBBF7. Grayscale: #292929. Windows color (decimal): -16694264 or 541697. OLE color: 541697.

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

Color convert

RGB1688-
CMYK0.9900.880.73
HSL126.27º97.1%13.53%-
HSV(B)126.27º98.53%26.67%-
XYZ2.124.160.92-
YUV41.13109.399.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 68 (26.95% from 255) = 88.31%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=1.30%
G=88.31%
B=10.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16880.9900.880.73126.2797.113.53
Hex144863058497e61e
Octal110410143013011117614116
Binary1100010010001100011010110001001001111111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014408; }

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

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

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

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

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

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

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

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