#014008

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

Shades of Myrtle #014008

Tints of Myrtle #014008

Color information

#014008 (or 0x014008) is unknown color: approx Myrtle. HEX triplet: 01, 40 and 08. RGB value is (1,64,8). Sum of RGB (Red+Green+Blue) = 1+64+8=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #014008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014008 is #FEBFF7. Grayscale: #262626. Windows color (decimal): -16695288 or 540673. OLE color: 540673.

HSL color Cylindrical-coordinate representation of color #014008: hue angle of 126.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014008 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB1648-
CMYK0.9800.870.75
HSL126.67º96.92%12.75%-
HSV(B)126.67º98.44%25.1%-
XYZ1.893.690.84-
YUV38.78110.63101.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 64 (25.39% from 255) = 87.67%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=1.37%
G=87.67%
B=10.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16480.9800.870.75126.6796.9212.75
Hex1408620574B7f61d
Octal110010142012711317714115
Binary1100000010001100010010101111001011111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014008; }

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

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

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

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

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

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

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

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