#013106

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

Shades of Deep Fir #013106

Tints of Deep Fir #013106

Color information

#013106 (or 0x013106) is unknown color: approx Deep Fir. HEX triplet: 01, 31 and 06. RGB value is (1,49,6). Sum of RGB (Red+Green+Blue) = 1+49+6=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 49 (19.53% from 255 or 87.5% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 49 - color contains mainly: green. Hex color #013106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013106 is #FECEF9. Grayscale: #1D1D1D. Windows color (decimal): -16699130 or 405761. OLE color: 405761.

HSL color Cylindrical-coordinate representation of color #013106: hue angle of 126.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013106 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB1496-
CMYK0.9800.880.81
HSL126.25º96%9.8%-
HSV(B)126.25º97.96%19.22%-
XYZ1.142.220.54-
YUV29.75114.6107.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 49 (19.53% from 255) = 87.5%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=1.79%
G=87.5%
B=10.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14960.9800.880.81126.25969.8
Hex131662058517e60a
Octal1616142013012117614012
Binary11100011101100010010110001010001111111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013106; }

 p { color: rgb(1,49,6); }

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

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

 a { background-color: rgb(1,49,6); }

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

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

 span { border-color: rgb(1,49,6); }

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