#031500

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

Shades of Myrtle #031500

Tints of Myrtle #031500

Color information

#031500 (or 0x031500) is unknown color: approx Myrtle. HEX triplet: 03, 15 and 00. RGB value is (3,21,0). Sum of RGB (Red+Green+Blue) = 3+21+0=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 21 (8.59% from 255 or 87.5% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 21 - color contains mainly: green. Hex color #031500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031500 is #FCEAFF. Grayscale: #0D0D0D. Windows color (decimal): -16575232 or 5379. OLE color: 5379.

HSL color Cylindrical-coordinate representation of color #031500: hue angle of 111.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031500 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB3210-
CMYK0.86010.92
HSL111.43º100%4.12%-
HSV(B)111.43º100%8.24%-
XYZ0.310.560.09-
YUV13.22120.54120.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 87.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.5%
G=87.5%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32100.86010.92111.431004.12
Hex3150560645C6f644
Octal325012601441341571444
Binary11101010101011001100100101110011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031500; }

 p { color: rgb(3,21,0); }

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

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

 a { background-color: rgb(3,21,0); }

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

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

 span { border-color: rgb(3,21,0); }

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