#01500D

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

Shades of Myrtle #01500D

Tints of Myrtle #01500D

Color information

#01500D (or 0x01500D) is unknown color: approx Myrtle. HEX triplet: 01, 50 and 0D. RGB value is (1,80,13). Sum of RGB (Red+Green+Blue) = 1+80+13=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #01500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01500D is #FEAFF2. Grayscale: #303030. Windows color (decimal): -16691187 or 872449. OLE color: 872449.

HSL color Cylindrical-coordinate representation of color #01500D: hue angle of 129.11º 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 #01500D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB18013-
CMYK0.9900.840.69
HSL129.11º97.53%15.88%-
HSV(B)129.11º98.75%31.37%-
XYZ2.955.771.34-
YUV48.74107.8393.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 80 (31.64% from 255) = 85.11%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=1.06%
G=85.11%
B=13.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180130.9900.840.69129.1197.5315.88
Hex150D6305445816210
Octal112015143012410520114220
Binary110100001101110001101010100100010110000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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