#014507

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

Shades of Myrtle #014507

Tints of Myrtle #014507

Color information

#014507 (or 0x014507) is unknown color: approx Myrtle. HEX triplet: 01, 45 and 07. RGB value is (1,69,7). Sum of RGB (Red+Green+Blue) = 1+69+7=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #014507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014507 is #FEBAF8. Grayscale: #292929. Windows color (decimal): -16694009 or 476417. OLE color: 476417.

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

Color convert

RGB1697-
CMYK0.9900.900.73
HSL125.29º97.14%13.73%-
HSV(B)125.29º98.55%27.06%-
XYZ2.184.280.91-
YUV41.6108.4799.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 69 (27.34% from 255) = 89.61%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=1.30%
G=89.61%
B=9.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16970.9900.900.73125.2997.1413.73
Hex14576305A497d61e
Octal11057143013211117514116
Binary110001011111100011010110101001001111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014507; }

 p { color: rgb(1,69,7); }

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

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

 a { background-color: rgb(1,69,7); }

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

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

 span { border-color: rgb(1,69,7); }

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