#014208

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

Shades of Myrtle #014208

Tints of Myrtle #014208

Color information

#014208 (or 0x014208) is unknown color: approx Myrtle. HEX triplet: 01, 42 and 08. RGB value is (1,66,8). Sum of RGB (Red+Green+Blue) = 1+66+8=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 66 (26.17% from 255 or 88% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 66 - color contains mainly: green. Hex color #014208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014208 is #FEBDF7. Grayscale: #282828. Windows color (decimal): -16694776 or 541185. OLE color: 541185.

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

Color convert

RGB1668-
CMYK0.9800.880.74
HSL126.46º97.01%13.14%-
HSV(B)126.46º98.48%25.88%-
XYZ23.920.88-
YUV39.95109.97100.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 66 (26.17% from 255) = 88%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=1.33%
G=88%
B=10.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16680.9800.880.74126.4697.0113.14
Hex1428620584A7e61d
Octal110210142013011217614115
Binary1100001010001100010010110001001010111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014208; }

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

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

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

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

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

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

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

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