#031701

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

Shades of Myrtle #031701

Tints of Myrtle #031701

Color information

#031701 (or 0x031701) is unknown color: approx Myrtle. HEX triplet: 03, 17 and 01. RGB value is (3,23,1). Sum of RGB (Red+Green+Blue) = 3+23+1=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 23 (9.38% from 255 or 85.19% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 23 - color contains mainly: green. Hex color #031701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031701 is #FCE8FE. Grayscale: #0E0E0E. Windows color (decimal): -16574719 or 71427. OLE color: 71427.

HSL color Cylindrical-coordinate representation of color #031701: hue angle of 114.55º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031701 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB3231-
CMYK0.8700.960.91
HSL114.55º91.67%4.71%-
HSV(B)114.55º95.65%9.02%-
XYZ0.350.630.13-
YUV14.51120.37119.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 23 (9.38% from 255) = 85.19%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=11.11%
G=85.19%
B=3.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32310.8700.960.91114.5591.674.71
Hex3171570605B735c5
Octal327112701401331631345
Binary11101111101011101100000101101111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031701; }

 p { color: rgb(3,23,1); }

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

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

 a { background-color: rgb(3,23,1); }

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

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

 span { border-color: rgb(3,23,1); }

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