#014B03

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

Shades of Myrtle #014B03

Tints of Myrtle #014B03

Color information

#014B03 (or 0x014B03) is unknown color: approx Myrtle. HEX triplet: 01, 4B and 03. RGB value is (1,75,3). Sum of RGB (Red+Green+Blue) = 1+75+3=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 75 (29.69% from 255 or 94.94% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 75 - color contains mainly: green. Hex color #014B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B03 is #FEB4FC. Grayscale: #2C2C2C. Windows color (decimal): -16692477 or 215809. OLE color: 215809.

HSL color Cylindrical-coordinate representation of color #014B03: hue angle of 121.62º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B03 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB1753-
CMYK0.9900.960.71
HSL121.62º97.37%14.9%-
HSV(B)121.62º98.67%29.41%-
XYZ2.555.050.93-
YUV44.67104.4896.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 75 (29.69% from 255) = 94.94%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=1.27%
G=94.94%
B=3.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal17530.9900.960.71121.6297.3714.9
Hex14B363060477a61f
Octal11133143014010717214117
Binary11001011111100011011000001000111111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014B03; }

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

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

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

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

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

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

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

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