#01540C

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

Shades of Myrtle #01540C

Tints of Myrtle #01540C

Color information

#01540C (or 0x01540C) is unknown color: approx Myrtle. HEX triplet: 01, 54 and 0C. RGB value is (1,84,12). Sum of RGB (Red+Green+Blue) = 1+84+12=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 84 (33.20% from 255 or 86.60% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 84 - color contains mainly: green. Hex color #01540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01540C is #FEABF3. Grayscale: #333333. Windows color (decimal): -16690164 or 807937. OLE color: 807937.

HSL color Cylindrical-coordinate representation of color #01540C: hue angle of 127.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01540C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB18412-
CMYK0.9900.860.67
HSL127.95º97.65%16.67%-
HSV(B)127.95º98.81%32.94%-
XYZ3.256.371.41-
YUV50.9810692.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 84 (33.20% from 255) = 86.60%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=1.03%
G=86.60%
B=12.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184120.9900.860.67127.9597.6516.67
Hex154C6305643806211
Octal112414143012610320014221
Binary110101001100110001101010110100001110000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01540C; }

 p { color: rgb(1,84,12); }

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

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

 a { background-color: rgb(1,84,12); }

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

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

 span { border-color: rgb(1,84,12); }

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