#012506

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

Shades of Deep Fir #012506

Tints of Deep Fir #012506

Color information

#012506 (or 0x012506) is unknown color: approx Deep Fir. HEX triplet: 01, 25 and 06. RGB value is (1,37,6). Sum of RGB (Red+Green+Blue) = 1+37+6=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #012506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012506 is #FEDAF9. Grayscale: #161616. Windows color (decimal): -16702202 or 402689. OLE color: 402689.

HSL color Cylindrical-coordinate representation of color #012506: hue angle of 128.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012506 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB1376-
CMYK0.9700.840.85
HSL128.33º94.74%7.45%-
HSV(B)128.33º97.3%14.51%-
XYZ0.711.340.39-
YUV22.7118.57112.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 37 (14.84% from 255) = 84.09%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=2.27%
G=84.09%
B=13.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13760.9700.840.85128.3394.747.45
Hex12566105455805f7
Octal145614101241252001377
Binary11001011101100001010101001010101100000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012506; }

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

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

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

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

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

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

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

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