#061301

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

Shades of Pine Tree #061301

Tints of Pine Tree #061301

Color information

#061301 (or 0x061301) is unknown color: approx Pine Tree. HEX triplet: 06, 13 and 01. RGB value is (6,19,1). Sum of RGB (Red+Green+Blue) = 6+19+1=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #061301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061301 is #F9ECFE. Grayscale: #0D0D0D. Windows color (decimal): -16379135 or 70406. OLE color: 70406.

HSL color Cylindrical-coordinate representation of color #061301: hue angle of 103.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061301 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB6191-
CMYK0.6800.950.93
HSL103.33º90%3.92%-
HSV(B)103.33º94.74%7.45%-
XYZ0.310.510.11-
YUV13.06121.19122.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 23.08%
GREEN value IS 19 (7.81% from 255) = 73.08%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=23.08%
G=73.08%
B=3.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61910.6800.950.93103.33903.92
Hex61314405F5D675a4
Octal623110401371351471324
Binary110100111100010001011111101110111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061301; }

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

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

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

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

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

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

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

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