#014203

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

Shades of Myrtle #014203

Tints of Myrtle #014203

Color information

#014203 (or 0x014203) is unknown color: approx Myrtle. HEX triplet: 01, 42 and 03. RGB value is (1,66,3). Sum of RGB (Red+Green+Blue) = 1+66+3=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 66 (26.17% from 255 or 94.29% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 66 - color contains mainly: green. Hex color #014203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014203 is #FEBDFC. Grayscale: #272727. Windows color (decimal): -16694781 or 213505. OLE color: 213505.

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

Color convert

RGB1663-
CMYK0.9800.950.74
HSL121.85º97.01%13.14%-
HSV(B)121.85º98.48%25.88%-
XYZ1.983.910.74-
YUV39.38107.47100.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 66 (26.17% from 255) = 94.29%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=1.43%
G=94.29%
B=4.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16630.9800.950.74121.8597.0113.14
Hex14236205F4A7a61d
Octal11023142013711217214115
Binary11000010111100010010111111001010111101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014203; }

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

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

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

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

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

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

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

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