#014204

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

Shades of Myrtle #014204

Tints of Myrtle #014204

Color information

#014204 (or 0x014204) is unknown color: approx Myrtle. HEX triplet: 01, 42 and 04. RGB value is (1,66,4). Sum of RGB (Red+Green+Blue) = 1+66+4=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 66 (26.17% from 255 or 92.96% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 66 - color contains mainly: green. Hex color #014204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014204 is #FEBDFB. Grayscale: #272727. Windows color (decimal): -16694780 or 279041. OLE color: 279041.

HSL color Cylindrical-coordinate representation of color #014204: hue angle of 122.77º 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 #014204 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB1664-
CMYK0.9800.940.74
HSL122.77º97.01%13.14%-
HSV(B)122.77º98.48%25.88%-
XYZ1.983.910.77-
YUV39.5107.97100.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 66 (26.17% from 255) = 92.96%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=1.41%
G=92.96%
B=5.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16640.9800.940.74122.7797.0113.14
Hex14246205E4A7b61d
Octal11024142013611217314115
Binary110000101001100010010111101001010111101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014204; }

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

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

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

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

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

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

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

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