#01500C

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

Shades of Myrtle #01500C

Tints of Myrtle #01500C

Color information

#01500C (or 0x01500C) is unknown color: approx Myrtle. HEX triplet: 01, 50 and 0C. RGB value is (1,80,12). Sum of RGB (Red+Green+Blue) = 1+80+12=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #01500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01500C is #FEAFF3. Grayscale: #303030. Windows color (decimal): -16691188 or 806913. OLE color: 806913.

HSL color Cylindrical-coordinate representation of color #01500C: hue angle of 128.35º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01500C is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB18012-
CMYK0.9900.850.69
HSL128.35º97.53%15.88%-
HSV(B)128.35º98.75%31.37%-
XYZ2.955.771.31-
YUV48.63107.3394.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 80 (31.64% from 255) = 86.02%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=1.08%
G=86.02%
B=12.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180120.9900.850.69128.3597.5315.88
Hex150C6305545806210
Octal112014143012510520014220
Binary110100001100110001101010101100010110000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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