#014805

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

Shades of Myrtle #014805

Tints of Myrtle #014805

Color information

#014805 (or 0x014805) is unknown color: approx Myrtle. HEX triplet: 01, 48 and 05. RGB value is (1,72,5). Sum of RGB (Red+Green+Blue) = 1+72+5=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 72 (28.52% from 255 or 92.31% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 72 - color contains mainly: green. Hex color #014805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014805 is #FEB7FA. Grayscale: #2B2B2B. Windows color (decimal): -16693243 or 346113. OLE color: 346113.

HSL color Cylindrical-coordinate representation of color #014805: hue angle of 123.38º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014805 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB1725-
CMYK0.9900.930.72
HSL123.38º97.26%14.31%-
HSV(B)123.38º98.61%28.24%-
XYZ2.364.650.92-
YUV43.13106.4897.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 72 (28.52% from 255) = 92.31%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=1.28%
G=92.31%
B=6.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17250.9900.930.72123.3897.2614.31
Hex14856305D487b61e
Octal11105143013511017314116
Binary110010001011100011010111011001000111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014805; }

 p { color: rgb(1,72,5); }

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

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

 a { background-color: rgb(1,72,5); }

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

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

 span { border-color: rgb(1,72,5); }

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