#01510B

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

Shades of Myrtle #01510B

Tints of Myrtle #01510B

Color information

#01510B (or 0x01510B) is unknown color: approx Myrtle. HEX triplet: 01, 51 and 0B. RGB value is (1,81,11). Sum of RGB (Red+Green+Blue) = 1+81+11=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 81 (32.03% from 255 or 87.10% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 81 - color contains mainly: green. Hex color #01510B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01510B is #FEAEF4. Grayscale: #313131. Windows color (decimal): -16690933 or 741633. OLE color: 741633.

HSL color Cylindrical-coordinate representation of color #01510B: hue angle of 127.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01510B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB18111-
CMYK0.9900.860.68
HSL127.5º97.56%16.08%-
HSV(B)127.5º98.77%31.76%-
XYZ3.025.921.3-
YUV49.1106.593.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 81 (32.03% from 255) = 87.10%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=1.08%
G=87.10%
B=11.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181110.9900.860.68127.597.5616.08
Hex151B6305644806210
Octal112113143012610420014220
Binary110100011011110001101010110100010010000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01510B; }

 p { color: rgb(1,81,11); }

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

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

 a { background-color: rgb(1,81,11); }

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

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

 span { border-color: rgb(1,81,11); }

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