#01450A

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

Shades of Myrtle #01450A

Tints of Myrtle #01450A

Color information

#01450A (or 0x01450A) is unknown color: approx Myrtle. HEX triplet: 01, 45 and 0A. RGB value is (1,69,10). Sum of RGB (Red+Green+Blue) = 1+69+10=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 69 (27.34% from 255 or 86.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 69 - color contains mainly: green. Hex color #01450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01450A is #FEBAF5. Grayscale: #2A2A2A. Windows color (decimal): -16694006 or 673025. OLE color: 673025.

HSL color Cylindrical-coordinate representation of color #01450A: hue angle of 127.94º 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 #01450A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB16910-
CMYK0.9900.860.73
HSL127.94º97.14%13.73%-
HSV(B)127.94º98.55%27.06%-
XYZ2.24.281-
YUV41.94109.9798.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 69 (27.34% from 255) = 86.25%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=1.25%
G=86.25%
B=12.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169100.9900.860.73127.9497.1413.73
Hex145A63056498061e
Octal110512143012611120014116
Binary11000101101011000110101011010010011000000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01450A; }

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

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

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

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

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

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

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

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